In this step you'll begin in Visual Studio to create a UWP-style application using FlexGrid for UWP . To set up your project and add a C1FlexGrid control to your application, complete the following steps:
Markup |
Copy Code
|
---|---|
<FlexGrid:C1FlexGrid x:Name="flexgrid1" AllowResizing="Both" AllowDragging="Both" AllowDrop="True" ColumnHeaderForeground="Black"/> |
What You've Accomplished
In this topic you successfully created a UWP-style application. In the next step you'll add code to the application to add data to be displayed in the grid.