ScrollButtonsVisible Property (AxisScrollbar)
In This Topic
Gets or sets a value that indicates whether scroll buttons should be displayed.
Syntax
'Declaration
<C1DescriptionAttribute("Interaction.AxisScrollbar.ScrollButtonsVisible", "Gets or sets a value that indicates whether scroll buttons should be displayed.")>
<DefaultValueAttribute(True)>
<C1CategoryAttribute("Appearance")>
Public Property ScrollButtonsVisible As Boolean
[C1Description("Interaction.AxisScrollbar.ScrollButtonsVisible", "Gets or sets a value that indicates whether scroll buttons should be displayed.")]
[DefaultValue(true)]
[C1Category("Appearance")]
public bool ScrollButtonsVisible {get; set;}
See Also