Icon TLayoutOverflow

Unit: WebUI

TLayoutOverflow = (loNone,loTop,loLeft,loRight,loBottom)

Available In: Client and Server Applications

The TLayoutOverflow enumerated type is used with the TLayout class to specify how a UI element or control handles situations where it won't fit within the bounds of the current layout rectangle.

ElementDescription
loBottomSpecifies that the prior element or control's consumption will be temporarily reset so that space is consumed towards the bottom of the current layout rectangle.
loLeftSpecifies that the prior element or control's consumption will be temporarily reset so that space is consumed towards the left side of the current layout rectangle.
loNoneSpecifies that the prior element or control's consumption will not be temporarily reset.
loRightSpecifies that the prior element or control's consumption will be temporarily reset so that space is consumed towards the right side of the current layout rectangle.
loTopSpecifies that the prior element or control's consumption will be temporarily reset so that space is consumed towards the top of the current layout rectangle.
Image