Spread Windows Forms 12.0 Product Documentation
ScrollBarMode Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : ScrollBarMode Property
Gets or sets how to display the scroll bars.
Syntax
'Declaration
 
Public Property ScrollBarMode As ScrollBarMode
'Usage
 
Dim instance As DropDownEditor
Dim value As ScrollBarMode
 
instance.ScrollBarMode = value
 
value = instance.ScrollBarMode
public ScrollBarMode ScrollBarMode {get; set;}

Property Value

One of the ScrollBarMode enumeration values that indicates whether to display the scroll bars as soon as the contents exceed the length of the drop-down edit when there are multiple lines. The default is ScrollBarMode.Fixed.
See Also

Reference

DropDownEditor Class
DropDownEditor Members