C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / VerticalScrollBarEnabled Property


In This Topic
VerticalScrollBarEnabled Property (FlexViewer)
In This Topic
Syntax
'Declaration
 
Public Overridable Property VerticalScrollBarEnabled As Boolean
 
'Usage
 
Dim instance As FlexViewer
Dim value As Boolean
 
instance.VerticalScrollBarEnabled = value
 
value = instance.VerticalScrollBarEnabled
See Also