PHILIPPE1242 Posted April 12, 2017 Posted April 12, 2017 Hi, I have on RADStudio XE7 and lsat version of uniGUI : MainForm => UniDBGrid => align = alClient If I resize the main window, TuniDBGrid is not resized ? Why ? If I resize the main window, TuniDBGrid is not resized Quote
Sherzod Posted April 12, 2017 Posted April 12, 2017 Hi, Are you using the AlignmentControl (uniAlignmentClient) property of the MainForm ?! Quote
PHILIPPE1242 Posted April 12, 2017 Author Posted April 12, 2017 yes AlignmentControl = uniAlignmentServer => Resize at run app OK => Resize windows, app not resize AlignmentControl = uniAlignmentClient => Resize at run no ok => Resize windows, app not resize Quote
PHILIPPE1242 Posted April 13, 2017 Author Posted April 13, 2017 Hi, Can you send me a very very sample example ? with uniDBGrid.align = alClient Thank you. Quote
PHILIPPE1242 Posted April 13, 2017 Author Posted April 13, 2017 RAD Studio XE7 on Windows 7 uniGUI 1.0.0.1385 Trial --- When I resize the Windows => DBGrid not resize, but press F5 => DBGrid resize OK !!! Quote
PHILIPPE1242 Posted April 13, 2017 Author Posted April 13, 2017 uniPanel the same uniTabControl the same Amazing ? Quote
Ronbral Posted October 30, 2017 Posted October 30, 2017 Hi Philippe, I had this problem and it took me a few minutes to realize that I had placed my UniDBGrid inside a UniContainerPanel, and this limited the space for the Grid. After setting Container to alClient, everything worked. Make sure you are in a similar circumstance. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.