How to remove the gray area around my display in the Grid, I have used fill but did not work.
Hello Bouzid,
If you're dragging the edge of the form to resize it or changing the form size at runtime and it's not maximizing then there is some sort of issue going on. I'll need a sample to debug that behavior if our controls are being used. If this is happening without our controls then I recommend contacting Microsoft at msdn.com
Hi Michael,
What event I should use for the maximize, I have added this code but the form is not responding. I am using the Resize event.
if (this.WindowState == FormWindowState.Normal)
WindowState = FormWindowState.Maximized;
I am glad I directed you towards a solution, but I'll need a complete sample to further troubleshoot any issues you are having.
Let me know if you have any questions regarding this matter.
I have found that when the form loads it loads to the desired size, but when you maximize it the UltraSplitter remains in its place, so if I can make the UltraSplitter interactive when I maximize I will achieve the solution. I have added an UltraSplitter but I am not sure what to do afterwards ??
What you have attached is completely fine, but once you maximize everything is blew up.
Hi Bouzid,
I incorporated your designer file in a new project and exlcluded the RepeatCtrl and I was unable to see the gray area. It seems both grids are fit to size the available space.
I attached an image of what I see.