Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



How to set the size and position of a control

Controls which are components of compound controls typically have their size and position set by the compound control that contains them: the compound control should manage the layout of all its components, in its implementation of SizeChangedL(). The compound control should set its own size in its ConstructL(), unless it is contained within another compound control which might take responsibility for setting its components’ sizes.