This question is locked. New answers and comments are not allowed.
Hi,
i have a RadGridView with a VirtualQueryableCollectionView.
When i have lots of items i have a problem, that the scrollbar is very large. After pulling it down it is shrinking to the expected size. After i reached the end, the scrollbar has the correct size.
I can fix this problem by giving a RowHeight value to the RadGridview and tell VirtualQueryableCollectionView how many items there are.
The problem is, that the user is able to change a rowitem to a smaller view, with a smaller height. When doing this the Item itself shrinks to the expected size, but the row stays the bigger size.
Is there a way to shrink one or two rows to a smaller size, but still have the correct scrollbar size?
I've added to screenshots for a better understanding.
In radgridviewwrongrowheight the rowHeight of the item should be smaller.
Regards,
Andreas
i have a RadGridView with a VirtualQueryableCollectionView.
When i have lots of items i have a problem, that the scrollbar is very large. After pulling it down it is shrinking to the expected size. After i reached the end, the scrollbar has the correct size.
I can fix this problem by giving a RowHeight value to the RadGridview and tell VirtualQueryableCollectionView how many items there are.
The problem is, that the user is able to change a rowitem to a smaller view, with a smaller height. When doing this the Item itself shrinks to the expected size, but the row stays the bigger size.
Is there a way to shrink one or two rows to a smaller size, but still have the correct scrollbar size?
I've added to screenshots for a better understanding.
In radgridviewwrongrowheight the rowHeight of the item should be smaller.
- In radgridviewwrongscrollbarsize the rowHeight is ok, but the scrollbar is to big.
Regards,
Andreas