Reputation: 1277
I have a ListBox and would like to use logical scrolling (CanContentScroll=True). I have one to a few groups in my ListBox and each group can contain a lot of items, stacked vertically.
When I scroll, the scrolling happens per group item, instead of per list item. In some cases I only have one big group, and then I can't scroll, even when not all items are visible.
I know I could split up the listbox in one listbox per possible group, but I was wondering if there is a way to configure the listbox to scroll per listitem, instead of per groupitem?
Thanks in advance!
Upvotes: 0
Views: 154