Gets or sets the group which synchronizes verticall scrolling between splits.
[Visual Basic]
Public Property VerticalScrollGroup As Integer
[C#]
public int VerticalScrollGroup {get;set;}
[Delphi]
public property VerticalScrollGroup: Int32 read get_VerticalScrollGroup write set_VerticalScrollGroup;
Example
In this example, a new vertical scroll group is specified and allows the second split in the first row of a split matrix to be vertically scrolled independently of the other splits:
Me.C1TrueDBGrid1.Splits(0, 1).VerticalScrollGroup = 2
· C#
this.c1TrueDBGrid1.Splits[0, 1].VerticalScrollGroup = 2;
· Delphi
Self.C1TrueDBGrid1.Splits[0, 1].VerticalScrollGroup := 2;
See Also
Split Class | Split Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |