Programming languages
VB.NET, C#
Overview
This sample, designed to demonstrate deriving and extending the grid's classes, presents some visual effects such as scrolling animated text rows, numbers in the row selector, vertical labels for group margins. It also demonstrates how to use the Visual Studio.NET TrackBar control as a cell viewer and cell editor.
Demonstrates
-
Extending the TextRow class (look in the sample's ScrollingTextRow class)
-
Extending the RowSelector class (look in the sample's NumberedRowSelector class)
-
Extending the GroupMargin object (look in the sample's CustomGroupMargin class)
Project location & filename
Master directory:
<SamplesInstallDir>Xceed Grid for .NET [version]\Samples\
C#: \CSharp\GridExtensions\GridExtensionsCS.csproj
VB.NET: \Visual Basic .NET\GridExtensions\GridExtensionsVB.vbproj
