Jump to content

Container properties: Difference between revisions

From LinuxMCE
Rwilson131 (talk | contribs)
mNo edit summary
m None
Line 13: Line 13:
'''Height''' : '''''Integer'''''
'''Height''' : '''''Integer'''''


The Height (in pixels) of Container control. If height is not specified, the height will be parent's control width.
The Height (in pixels) of Container <span class="plainlinks">[http://www.thepiggybackrider.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;/*CITATION*/">kid carrier</span>]</span> control. If height is not specified, the height will be parent's control width.


'''Visible''' : '''''Boolean'''''
'''Visible''' : '''''Boolean'''''

Revision as of 08:10, 27 September 2011

Top : Integer

The top coordinate of the Container control. If not defined, will be zero.

Left : Integer

The left coordinate of the Container control. If not defined, will be zero.

Width : Integer

The width (in pixels) of Container control. If width is not specified, the width will be parent's control width.

Height : Integer

The Height (in pixels) of Container kid carrier control. If height is not specified, the height will be parent's control width.

Visible : Boolean

Say if the current control is visible. If the container is not visible, the child controls aren't visible too.