ComponentOne FinancialChart for WPF
ScrollBarStyle Property (C1TreeView)



C1.WPF Namespace > C1TreeView Class : ScrollBarStyle Property
Gets or sets the style used for the inner scrollbar.
Syntax
'Declaration
 
Public Property ScrollBarStyle As Style
'Usage
 
Dim instance As C1TreeView
Dim value As Style
 
instance.ScrollBarStyle = value
 
value = instance.ScrollBarStyle
public Style ScrollBarStyle {get; set;}
public:
property Style^ ScrollBarStyle {
   Style^ get();
   void set (    Style^ value);
}
See Also

Reference

C1TreeView Class
C1TreeView Members