TTMSFMXNativeUISegmentedControl
Usage
A UISegmentedControl
object is a horizontal control made of multiple segments, each segment
functioning as a discrete Button. A segmented control affords a compact means to group together a number of controls.
Methods
Method name |
Description |
BeginUpdate / EndUpdate |
Wrapping code to block direct updates to the SegmentedControl. This is done for performance when loading a large amount of items and content. |
Events
Event name |
Description |
OnValueChanged |
Event called when the selected segment index has changed. |