Skip to content

ScrollableViewControl

mdavisprog edited this page Apr 5, 2023 · 2 revisions

ScrollableViewControl

ScrollableViewControl is a container that forwards the mouse input into the contents of the ScrollableContainer. This container helps prevent the ScrollBar controls of the ScrollableContainer from taking focus away from the controls inside the ScrollableContainer.

Functions

Name Description
OnLoad A Window may have its controls defined within a JSON stream. The Window will parse the stream into a hierarchy of JSON objects and is passed to each control to give them an opportunity to load any properties that define the control. The stream can come from a list of places such as a disk, memory, or network stream.

RootThe Json object containing the properties to load for this control.
Clone this wiki locally