struct GUIScrollAreaContent

Structure describing contents of a GUIScrollArea element.

Public

Constructors

GUIScrollAreaContent

GUIScrollAreaContent(ScrollBarType verticalScrollBarType = ScrollBarType::ShowIfDoesntFit, ScrollBarType horizontalScrollBarType = ScrollBarType::NeverShow, ScrollAreaLayoutType layoutType = ScrollAreaLayoutType::Vertical)

Fields

VerticalScrollBarType

ScrollBarType VerticalScrollBarType

HorizontalScrollBarType

ScrollBarType HorizontalScrollBarType

LayoutType