Hi please help me out I am running into a serious problem. Here's my scenario:
I have a tabbed panel using same grid in the scroller. I've also turned the "DisableDragIfFits" to ON. In my first tab the scroller has more elements so scrolling can be done here but in the second tab I have a limited number of elements so there should be no scrolling.
Basically the problem is that when I switch from one tab to another then the scrolling effect of the first tab is reflected on the another. At first I thought that its because of the single scroller being used in both the tabs but for that I am using Grid.Reposition() on each toggle.
Any help would be highly appreciated. Please drag me out of this problem.