Hi:
Is there any way to prevent a ultragrid automatically resize itself to fill the entire form?
I have a grid that is sized to show 5 rows at a time. However, when I have 25 rows of data, it automatically expands to fill the entire form, someitmes hiding other objects in the database and sometimes in the bakrground of these objects.
Venki
Hristo:
My apologies. I discovered that the Form Resize event had code that changed the size of the grid.
You may close the case.
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help?
Just let me know.
Thank you.
Hello,
By default UltraGrid doesn’t expand its height to display all its rows , so maybe you are setting dock property of UltraGrid to "Fill" in some event of the from or some of yours custom methods, or you have a method which does this.
Please let me know if you have any further questions.