FMX.ScrollBox.TCustomScrollBoxModel Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AutoCalculateContentSizepublicIndicates that the size of the scrolling content is calculated automatically according to the size of the components in content. Otherwise, the value of the ContentSize property defines the content size.
AutoHidepublicDefines that the scrollbars hide automatically when the scroll is done.
BouncespublicIndicates if it is possible to scroll content abroad.
ContentBoundspublicReturns current content bounds if content bounds size is calculated.
ContentSizepublicCurrent content size.
DatapublicValue of the data model for the specified Key. Use it for sending any kind of data to presentation layer without creating custom model class.
DataSourcepublicA collection of key-value pairs that can represent an arbitrary custom data that the data model contains.
DisableMouseWheelpublicDefines that the control has no reaction on MouseWheel event.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
EnabledScrollpublicEnables or disables scroll.
OwnerpublicComponent that is responsible for destroying this data model once the data model is no longer necessary.
ReceiverpublicIndicates an object that receives notifications from the message sender.
ScrollAnimationpublicEnables or disables scrolling animation.
ScrollDirectionspublicDefines the available scroll directions.
ShowScrollBarspublicDefines scrollbars visibility.
ShowSizeGrippublicShows a small control in the right-bottom corner of the scrollbox.
TouchTrackingpublicDefines if the control reacts on touch events.
ViewportPositionpublicPosition of top-left point of view port at the ScrollBox content.
ViewportSizepublicReturns the size of displaying area.