I'm trying to use the RadListBox control because of it's drag and drop features, but am running into a problem that only shows up when smooth scrolling is enabled. I've enabled smooth scrolling using the method posted elsewhere on the forums by setting the CanContentScroll property to False.
However, when this is enabled, and I click on an item in the list, the whole list scrolls up so that the clicked item is at the bottom of the viewable area. The resulting effect is that over several clicks, I've scrolled to the top of the list. This behavior doesn't happen when the ListBox scrolls by item (when CanContentScroll is not set to false).
I do not need the selection functionality of the ListBox, and I'm using it just for the built-in drag and drop features. If there's another way to do the drag and drop without a Listbox, that's fine.
I need the ListBox to not scroll when an item is clicked, or another solution to the problem. Without a resolution, I cannot use smooth scrolling, as this will be a deal-breaker for any user.
Here's a link to a project that will show the behavior: https://dl.dropboxusercontent.com/u/3583840/ProgrammingSolutions/TelerikDragAndDropTest2.zip
The project is for the Q1 2014 release, but I've tried the most recent one and I get the same results.
However, when this is enabled, and I click on an item in the list, the whole list scrolls up so that the clicked item is at the bottom of the viewable area. The resulting effect is that over several clicks, I've scrolled to the top of the list. This behavior doesn't happen when the ListBox scrolls by item (when CanContentScroll is not set to false).
I do not need the selection functionality of the ListBox, and I'm using it just for the built-in drag and drop features. If there's another way to do the drag and drop without a Listbox, that's fine.
I need the ListBox to not scroll when an item is clicked, or another solution to the problem. Without a resolution, I cannot use smooth scrolling, as this will be a deal-breaker for any user.
Here's a link to a project that will show the behavior: https://dl.dropboxusercontent.com/u/3583840/ProgrammingSolutions/TelerikDragAndDropTest2.zip
The project is for the Q1 2014 release, but I've tried the most recent one and I get the same results.