[]
        
(Showing Draft Content)

C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo

ScrollBarAnnotationInfo Class

Describes the scrollbar annotation properties.

Inheritance
ScrollBarAnnotationInfo
Namespace: C1.Win.FlexGrid.Util
Assembly: C1.Win.FlexGrid.10.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScrollBarAnnotationInfo : INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ScrollBarAnnotationInfo
    Implements INotifyPropertyChanged

Constructors

Name Description
ScrollBarAnnotationInfo()

Properties

Name Description
Enabled

Gets or sets that the scrollbar annotations are enabled. If set to true, it displays annotations as markers in the vertical scrollbar area.

ShowErrors

Gets or sets that the error row annotations are enabled. If set to true, it displays the error rows in the scrollbar annotations.

ShowFocusedRow

Gets or sets that the focused row annotation is enabled. If set to true, it displays the focused row in the scrollbar annotations.

ShowHighlightedRows

Gets or sets that the highlighted row annotations are enabled. If set to true, it displays the highlighted rows in the scrollbar annotations.

ShowSelectedRows

Gets or sets that the selected row annotations are enabled. If set to true, it displays the selected rows in the scrollbar annotations.

ShowTooltips

Gets or sets that the scrollbar annotation tooltips are enabled. If set to true, it displays tooltips when hovering mouse over annotations.

Events

Name Description
PropertyChanged