Icon TOverflowType

Unit: WebUI

TOverflowType = (otHidden,otAuto,otScroll)

Available In: Client and Server Applications

The TOverflowType type is used by the TViewport component to specify whether or not horizontal and/or vertical scrollbars should be shown when the application surface size exceeds the browser viewport size.

ElementDescription
otAutoA scrollbar is shown if the application surface exceeds the browser viewport size, otherwise no scrollbar is shown.
otHiddenNo scrollbar is shown, even if the application surface exceeds the browser viewport size This is the default value.
otScrollA scrollbar is always shown, even if the application surface does not exceed the browser viewport size.
Image