ChipGroup.IsScrollBarVisible Property
Gets or sets whether the scroll bar is displayed.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool IsScrollBarVisible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the scroll bar is displayed; otherwise, false. |
See Also