Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Grid Control / Tree Control resizing on the screen

Former Member
0 Kudos
446

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

2 REPLIES 2

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos
263

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.

Former Member
0 Kudos
263

hi Thomas

thank you very much

it was very helpfull.

Ronen