View.ScrollBarSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the scrollbar size. -or- Define the scrollbar size.
public virtual int ScrollBarSize { [Android.Runtime.Register("getScrollBarSize", "()I", "GetGetScrollBarSizeHandler")] get; [Android.Runtime.Register("setScrollBarSize", "(I)V", "GetSetScrollBarSize_IHandler")] set; }
[<get: Android.Runtime.Register("getScrollBarSize", "()I", "GetGetScrollBarSizeHandler")>]
[<set: Android.Runtime.Register("setScrollBarSize", "(I)V", "GetSetScrollBarSize_IHandler")>]
member this.ScrollBarSize : int with get, set
Property Value
the scrollbar size
- Attributes
Remarks
Property getter documentation:
Returns the scrollbar size.
Java documentation for android.view.View.getScrollBarSize()
.
Property setter documentation:
Define the scrollbar size.
Java documentation for android.view.View.setScrollBarSize(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.