Hi
On my application form I have a toolbar and two wingrids, one on top of the other with a splitter control between them. When the application is ran I want the wingrids to have the same height. Considering this application will be run in different screen resolutions, how can this be achieved?
Thanks
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,
I had made some tests and it seems that I was forgot to change WindowState of the form to Maximized. Please set this property and run the sample.
Thanks for your reply, but when I ran the code grid1 had a negative height ie. you couldn't actually see grid1 as grid2 was at full height. I was hoping that both grids appear with the same .height
Hello ,
I have created a sample for you. Please run it and let me know if this is what you are looking for.