I want to create Gallery, but it has multiple column (like 30 of them). I want to create simple and compact Gallery with 5 columns with the header using Combobox to user choose what column they want to display.
Is it possible to create that
example

I want to create Gallery, but it has multiple column (like 30 of them). I want to create simple and compact Gallery with 5 columns with the header using Combobox to user choose what column they want to display.
Is it possible to create that
example
Hi @IkhwanMuzaffar ,
You can place as many Labels as the number of choices in the Combo box, use Visible property to control the visibility of each Label based on the selection of Combo box.
For example, the priority column Label Visible:
ComboBox.Selected.Value = "PRIORITY"
Best regards,