Applying renderers to PFGrid .NET
In this tutorial is described how to add a special predefined renderer to PFGrid.
Vista- or XL renderer
First drag a TreeListView-control onto your Form or UserControl
Img. 1: Default renderer is XPTreeListRenderer
Now you can set the renderer in the Properties-View of Visual Studio by changing
the property Renderer
Img. 2: Choose a renderer for the grid
After selecting VistaTreeListRenderer for example, the renderer is applied
immediately:
Img. 3: VistaTreeListRenderer applied