Posted 18 April 2023, 5:41 pm EST - Updated 20 April 2023, 7:59 am EST
Hello there,
I am having a problem where since the sizer for a window for a class thatI am making lacks a grid, and adding a grid to the window breaks the program because of a new addition to it, that the window will not automatically scale and remain the same size in a corner. Switching it back to the grid system also does nothing to fix it. Feel like this line is part of the problem, but I am not super sure about that
this.Sizer.GridDefinition = "98.6807387862797:False:False;\t98.9495798319328:False:False;";
Is there any way around this or easy way to fix it?