How to display Scrollbar on Grid?
berbericz
Hello,
I have the same issue as mentioned in forum (see below link):
http://forum.coresystems.ch/index.php?/topic/4872-scroll-bar-scroll-leiste-einblenden/
But the recommended function grid.Refresh(); or grid.Update() does not work/show me the scrollbar.
With mouse scroll function I can scroll but I cannot see the side scrollbar in the grid.
I have used the whole coding recommended by Coresystems helpfile:
The Grid.Update() and/or Grid.Refresh function I have added before the "try {}" will end.
Thanks for your help.
Best regards
berbericz
found solution by myself:
//get Scrollbar displayed
grid.SetSizeAndPosition(5, 5, 970, 600);
If I define the grid Size and Position after data was loaded it will show with scrollbar.
Please sign in to leave a comment.
Comments
0 comments