Posted 25 March 2018, 8:57 am EST
hello everyone
im creating a Control x and then i add C1FlexGridClassic into it:
x.Controls.Add(myflex);
and then when i want to show the control by:
myflex.Show();
a window opens with the grid, and i cant resize the window
please if someone can help me with it.
thanks!