# FarPoint.Win.Spread.ScrollingContentInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_ScrollingContentInfo" data-uid="FarPoint.Win.Spread.ScrollingContentInfo" class="text-break">ScrollingContentInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about the scrolling grid content in the Spread component.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ScrollingContentInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ScrollingContentInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScrollingContentInfo : ISerializeSupport, ISerializable, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class ScrollingContentInfo
    Implements ISerializeSupport, ISerializable, INotifyPropertyChanged</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo__ctor" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.-ctor.html#FarPoint_Win_Spread_ScrollingContentInfo__ctor">ScrollingContentInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ScrollingContentInfo class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.-ctor.html#FarPoint_Win_Spread_ScrollingContentInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ScrollingContentInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of the ScrollingContentInfo class from serialization.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_ColumnIndices" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.ColumnIndices">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.ColumnIndices.html#FarPoint_Win_Spread_ScrollingContentInfo_ColumnIndices">ColumnIndices</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets column indices for the vertical scrolling tip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_MaxHeight" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.MaxHeight">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.MaxHeight.html#FarPoint_Win_Spread_ScrollingContentInfo_MaxHeight">MaxHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum height in pixels for the vertical scrolling tip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_RowNumberPolicy" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.RowNumberPolicy">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.RowNumberPolicy.html#FarPoint_Win_Spread_ScrollingContentInfo_RowNumberPolicy">RowNumberPolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the policy that controls how to display row numbers in the vertical scrolling tip when the ColumnIndices property is not empty.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.Deserialize.html#FarPoint_Win_Spread_ScrollingContentInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the scrolling grid content information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.GetObjectData.html#FarPoint_Win_Spread_ScrollingContentInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a> with the data needed to serialize the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.OnPropertyChanged.html#FarPoint_Win_Spread_ScrollingContentInfo_OnPropertyChanged_System_ComponentModel_PropertyChangedEventArgs_">OnPropertyChanged(PropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the PropertyChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_Reset" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.Reset">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.Reset.html#FarPoint_Win_Spread_ScrollingContentInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets this instance to default.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_ResetColumnIndices" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.ResetColumnIndices">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.ResetColumnIndices.html#FarPoint_Win_Spread_ScrollingContentInfo_ResetColumnIndices">ResetColumnIndices()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ColumnIndices property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_ResetMaxHeight" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.ResetMaxHeight">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.ResetMaxHeight.html#FarPoint_Win_Spread_ScrollingContentInfo_ResetMaxHeight">ResetMaxHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the MaxHeight property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_ResetRowNumberPolicy" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.ResetRowNumberPolicy">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.ResetRowNumberPolicy.html#FarPoint_Win_Spread_ScrollingContentInfo_ResetRowNumberPolicy">ResetRowNumberPolicy()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the RowNumberPolicy property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.Serialize.html#FarPoint_Win_Spread_ScrollingContentInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the scrolling grid content information to XML.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollingContentInfo_PropertyChanged" data-uid="FarPoint.Win.Spread.ScrollingContentInfo.PropertyChanged">
          <a class="xref" href="FarPoint.Win.Spread.ScrollingContentInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
