Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WPFがありlistboxます。アイテムはにバインドされていlistboxます。
listbox
の上部にあるいくつかのアイテムを選択listboxし、下部にスクロールしてlistbox他のアイテムを選択すると、以前に上部で選択されていたアイテムの選択が解除されます。
選択モードが拡張および複数に設定されている場合、この動作が見つかります。ご意見をお聞かせください。
仮想化をオフにしてみてください
<ListBox VirtualizingStackPanel.IsVirtualizing="False" ItemsSource="{Binding XPath=Team}" ItemTemplate="{DynamicResource NameDataStyle}"/>