2003 Dec 08 5:51 PM
hi all.
i use container on the screen,
include insid spliter, including grid control and tree control.
these elements does not taken all the screen size,
can anyone help me with Method / Attribute solving this
resizing problem.
thank you alll
2003 Dec 08 8:14 PM
When you define your screen, make it very large (like 200 by 220) in the screen attributes. Then when you place the custom container on the screen in the screen painter, make it nearly fill the entire screen. Then in the attributes of the custom container, mark the Vertical and Horizontal resizing and set a minimum number of lines and columns. Your container will then automatically resize to fill your screen. This is same technique you can use on Tab Strips in the screen painter.
2003 Dec 09 12:31 PM
hi Thomas
thank you very much
it was very helpfull.
Ronen