ScrollBarSettings Class

Represents settings for built-in scroll Bars.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")]
public class ScrollBarSettings : INotifyPropertyChanged
Inheritance
Object    ScrollBarSettings
Implements
INotifyPropertyChanged

Constructors

ScrollBarSettings Constructor of the ScrollBarSettings class.

Properties

AutoHideScrollBars True to show scroll Bars only if they are needed (if the document is larger than the client area); false to show them always.
DisplayHorizontalScrollBar True to display built-in horizontal scrollbar; false otherwise.
DisplayVerticalScrollBar True to display built-in vertical scrollbar; false otherwise.
HorizontalScrollBarHeight Gets or sets the height of horizontal scrollbar.
HScrollBarSmallChange Gets or sets the height of horizontal scrollbar.
VerticalScrollBarWidth Gets or sets the width of vertical scrollbar.
VScrollBarSmallChange Gets or sets the height of horizontal scrollbar.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged Fires the PropertyChanged event.
ResetAutoHideScrollBars Sets the AutoHideScrollBars to the default value.
ResetDisplayHorizontalScrollBar Sets the DisplayHorizontalScrollBar to the default value.
ResetDisplayVerticalScrollBar Sets the DisplayVerticalScrollBar to the default value.
ResetHorizontalScrollBarHeight Sets the HorizontalScrollBarHeight to the default value.
ResetHScrollBarSmallChange Sets the HScrollBarSmallChange to the default value.
ResetScrollBarSettings Resets ScrollBarSettings to its default settings.
ResetVerticalScrollBarWidth Sets the VerticalScrollBarWidth to the default value.
ResetVScrollBarSmallChange Sets the VScrollBarSmallChange to the default value.
Scale Scale the dimensions of the ScrollBar.
ShouldSerializeAutoHideScrollBars Indicates whether the AutoHideScrollBars property should be serialized by Visual Studio designer.
ShouldSerializeDisplayHorizontalScrollBar Indicates whether the DisplayHorizontalScrollBar property should be serialized by Visual Studio designer.
ShouldSerializeDisplayVerticalScrollBar Indicates whether the DisplayVerticalScrollBar property should be serialized by Visual Studio designer.
ShouldSerializeHorizontalScrollBarHeight Indicates whether the HorizontalScrollBarHeight property should be serialized by Visual Studio designer.
ShouldSerializeHScrollBarSmallChange Indicates whether the HScrollBarSmallChange property should be serialized by Visual Studio designer.
ShouldSerializeVerticalScrollBarWidth Indicates whether the VerticalScrollBarWidth property should be serialized by Visual Studio designer.
ShouldSerializeVScrollBarSmallChange Indicates whether the VScrollBarSmallChange property should be serialized by Visual Studio designer.
ToString Converts an instance of this object to its String representation.
(Overrides ObjectToString)

Events

PropertyChanged Raised whenever a value of a property in this class changes.

See Also