VB.NET, C#
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.
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)
C#: Xceed Samples\Xceed Grid for WinForms v#.#\CSharp\GridExtensions\GridExtensionsCS.csproj
VB.NET: Xceed Samples\Xceed Grid for WinForms v#.#\Visual Basic .NET\GridExtensions\GridExtensionsVB.vbproj