New to Telerik UI for WinForms? Download free 30-day trial

Themes

This help article will demonstrate a step by step tutorial how to customize the ControlDefault theme for RadVirtualGrid.

  1. Open VisualStyleBuilder.

  2. Export the built-in themes. in a specific folder by selecting File >> Export Built-in Themes.

  3. Load a desired theme from the just exported files by selecting File >> Open Package

  4. Navigate to RadVirtualGrid in Controls Structure on the left side. Then, expand to and select VirtualgridRowElement. In the Elements States window select VirtualGridRowElement.IsCurrent. WinForms RadVirtualGrid Themes Controls Structure

  5. Modify the applied fill repository item. WinForms RadVirtualGrid Modify the applied fill repository item

  6. The following image shows the results. WinForms RadVirtualGrid Themes Result

  7. Save the theme by selecting File >> Save As.

  8. Now, you can apply your custom theme to RadVirtualGrid by using the approach demonstrated in the following link: Using custom themes

See Also

In this article