GrapeCity MultiRow Windows Forms Documentation
LastRowPosition Property


Gets or sets a value that indicates which position the last row can be scrolled to.
Syntax
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates which position the last row can be scrolled to.")>
<DefaultValueAttribute()>
Public Property LastRowPosition As LastRowPosition
Dim instance As GcMultiRow
Dim value As LastRowPosition
 
instance.LastRowPosition = value
 
value = instance.LastRowPosition
[SRCategory("Behavior")]
[SRDescription("Indicates which position the last row can be scrolled to.")]
[DefaultValue()]
public LastRowPosition LastRowPosition {get; set;}

Property Value

One of the LastRowPosition values. The default is LastRowPosition.Bottom.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of LastRowPosition values.
Remarks
You can use this property to determine if the last row can be scrolled to the top or bottom of GcMultiRow when scrolling the control. This property allows you to control the scroll bar's maximium value. If you want to set the detached row to be always displayed at the top of GcMultiRow, you must set the NewRowPosition property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GcMultiRow Class
GcMultiRow Members
NewRowPosition Property

 

 


Copyright © GrapeCity, inc. All rights reserved.