How to change the length of the Gridview Vertical ScrollBar?
GridView - How to change Vertical ScrollBar height
Answers approved by DevExpress Support
Hi Spencer,
You can set the scrollable area height by adjusting the ASPxGridViewSettings.VerticalScrollableHeight Property. See the code below:
C#settings.Settings.VerticalScrollBarMode = ScrollBarMode.Visible;
settings.Settings.VerticalScrollableHeight = 500;
We look forward to your feedback once you have had the opportunity to try this approach.
@mark:
Thanks for sharing your code with us. Let us know if you need further assistance.