Posted 5 March 2025, 11:42 am EST
Hi there!
Is it possible to disabled the scrollbar animation in the FlexGrid?
Also, it would be nice if you could enable or disable the scrollbar animation globally.
But I haven’t found anything.
Forums Home / ComponentOne / WPF Edition
Posted by: joerg.hilscher on 5 March 2025, 11:42 am EST
Posted 5 March 2025, 11:42 am EST
Hi there!
Is it possible to disabled the scrollbar animation in the FlexGrid?
Also, it would be nice if you could enable or disable the scrollbar animation globally.
But I haven’t found anything.
Posted 6 March 2025, 6:46 am EST
Hi Joerg,
Based on our understanding, you are referring to making the scrollbars always visible when you mention disabling scrollbar animation in the FlexGrid. If that is the case, you can set FlexGrid’s HorizontalScrollBarVisibility and VerticalScrollBarVisibility properties to “Visible”, to disable the animation of the scroll bars.
<c1:FlexGrid Name="flexgrid" HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Visible"/>
Kindly refer to the attached sample for full implementation. See ScrollBarVisible.zip
If your requirement differs from our understanding, then please update the attached sample based on your use-case.
Thanks & regards,
Aastha