[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ScrollingContentInfo

ScrollingContentInfo Class

Represents information about the scrolling grid content in the Spread component.

Inheritance
ScrollingContentInfo
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScrollingContentInfo : ISerializeSupport, ISerializable, INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ScrollingContentInfo
    Implements ISerializeSupport, ISerializable, INotifyPropertyChanged

Constructors

Name Description
ScrollingContentInfo()

Initializes a new instance of the ScrollingContentInfo class.

ScrollingContentInfo(SerializationInfo, StreamingContext)

Creates a new instance of the ScrollingContentInfo class from serialization.

Properties

Name Description
ColumnIndices

Gets or sets column indices for the vertical scrolling tip.

MaxHeight

Gets or sets the maximum height in pixels for the vertical scrolling tip.

RowNumberPolicy

Gets or sets the policy that controls how to display row numbers in the vertical scrolling tip when the ColumnIndices property is not empty.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the scrolling grid content information from XML.

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

Reset()

Resets this instance to default.

ResetColumnIndices()

Resets the ColumnIndices property to its default value.

ResetMaxHeight()

Resets the MaxHeight property to its default value.

ResetRowNumberPolicy()

Resets the RowNumberPolicy property to its default value.

Serialize(XmlTextWriter)

Saves the scrolling grid content information to XML.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

OSZAR »