01-11-2019, 10:16 AM
(12-14-2018, 11:13 AM)Mirco Wrote: Hi,
im trying to build the first layout of my application.
I need a simple layout with menu in the left side and in the right side two grids one upper and one under the end of the first.
|m| |---|
| | | 1 |
| | |---|
| | | 2 |
In the first grid i have some rows (master) and after the detail.
My need is to have the master that use the space to show all the rows and in sequence the second whit the details
The best practice is using IWRegion or directly the grid?
The region need the align at client?
Im trying to use CSS to position the grid is this correct or i have to establish the layout in the form?
Thanks for all suggestion
- IWRegion is a better option, IMO.
- Align alClient might not be the best solution. If you just put it where you want and remove all anchors it will resize accordingly to the form, keeping the same distance from the borders. This is usually the best solution.
- CSS might work, if it works :-)
I mean, CSS is great but it is not capable of doing anything you have in mind. If it works, good. Otherwise, use IW properties or JavaScript.

