TdxBarExtraPaneItem.Pin Property
Specifies whether the item is pinned.
Declaration
property Pin: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the Pin property to True, to pin the item. If pinned, the item remains on the pane, when the item list is scrolled. In a case when pinned items do not fit the pane, they become invisible, starting from the end of the pinned item list.
The Pin property is not in effect, if the pane’s AllowPinItems property is False.
The default value of the Pin property is False.
See Also