View.VerticalScrollbarPosition 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.
Set the position of the vertical scroll bar.
public virtual Android.Views.ScrollbarPosition VerticalScrollbarPosition { [Android.Runtime.Register("getVerticalScrollbarPosition", "()I", "GetGetVerticalScrollbarPositionHandler")] get; [Android.Runtime.Register("setVerticalScrollbarPosition", "(I)V", "GetSetVerticalScrollbarPosition_IHandler")] set; }
[<get: Android.Runtime.Register("getVerticalScrollbarPosition", "()I", "GetGetVerticalScrollbarPositionHandler")>]
[<set: Android.Runtime.Register("setVerticalScrollbarPosition", "(I)V", "GetSetVerticalScrollbarPosition_IHandler")>]
member this.VerticalScrollbarPosition : Android.Views.ScrollbarPosition with get, set
Property Value
The position where the vertical scroll bar will show, if applicable.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.view.View.getVerticalScrollbarPosition()
.
Property setter documentation:
Set the position of the vertical scroll bar. Should be one of #SCROLLBAR_POSITION_DEFAULT
, #SCROLLBAR_POSITION_LEFT
or #SCROLLBAR_POSITION_RIGHT
.
Java documentation for android.view.View.setVerticalScrollbarPosition(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.