ComponentOne Basic Library for UWP
Step 3 of 3: Running the C1DropDown Application
UWP Edition Basic Library > DropDown for UWP > C1DropDown Quick Start > Step 3 of 3: Running the C1DropDown Application
  1.  Press F5 or start debugging to run your application. It should resemble the following image:

 

 

  1. When you tap or click the drop-down button, the C1DropDownButton control will resemble the following image:

 

 

  1. And when you select a color from the C1TileListBox, the C1DropDownButton will resemble the following image:

 

 

What You've Accomplished

In this Quick Start, you created a new Universal Windows application, added a C1DropDownButton control to the application, and added a C1TileListBox to the content area of the C1DropDownButton.

See Also