Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ public Window Owner
/// it will select the item under it, but if you keep the mouse button down and move the mouse
/// (if the list supported drag and drop, the mouse action would be the same as dragging) it
/// will select other list items.
/// If the first selection change causes details for the item to be displayed and resizes the list
/// the selection can skip to another list item it happend to be over as the list got resized.
/// If the first selection change causes details for the item to be displayed and resizes the list,
/// the selection can skip to another list item that happens to be over as the list got resized.
/// In summary, resizing the list on selection can cause a selection bug. If the user selects an
/// item in the end of the list the next item downwards can be selected.
/// The WPF drag-and-select feature is not a standard win32 list behavior, and we can do without it
Expand Down