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


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