Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
855
SelectedItems only show the first and last selected?
posted

I'm attempting to use WinListView's SelectedItems properties.  However, if I select more than 2 items, it only contains the first and last items selected.  Is this expected behavior?

 Thanks.

-Nick 

Parents
  • 69832
    Offline posted

    I could not reproduce the behavior you describe here with a simple test. I handled ItemSelectionChanged and iterated the e.SelectedItems therein and all selected items were enumerated.

Reply Children