Getting Started with WinUI UniformGrid
This article will guide you through the steps needed to add a basic RadUniformGrid control in your application.
Assembly References
In order to use the RadUniformGrid control, you will need to add references to the following assembly:
- Telerik.WinUI.Controls
Adding RadUniformGrid to the Project
You can add a RadUniformGrid manually in XAML as demonstrated in Example 1.
You can access the RadUniformGrid control through an alias pointing to the Telerik.UI.Xaml.Controls.Primitives namespace:
xmlns:primitives="using:Telerik.UI.Xaml.Controls.Primitives"
Example 1: Defining a UniformGrid Control
<primitives:RadUniformGrid>
<Border Background="#CCD15C" />
<Border Background="#C974CB" />
</primitives:RadUniformGrid>
Telerik UI for WinUI Learning Resources
- Telerik UI for WinUI UniformGrid Component
- Getting Started with Telerik UI for WinUI Components
- Telerik UI for WinUI Installation
- Telerik UI for WinUI Examples
- Telerik UI for WinUI Accessibility
-
Telerik UI for WinUI License Agreement