I've tried adding sort buttons to a canvas app list. If I add the buttons to sort my list the sort part works beautifully.
But......!
The buttons will not scroll like the rest of the list because the buttons are not part of the list.
Thank y'all in advance.
@rroque - assuming the DataSource property in the Form control and the Items property of the Table control are the same, you can simply use the below on the Item property of the Form:
Table1.Selected
//replace the above with name of your Table control
@Amik This is a new question. I'm using modern controls specifically the table and form. I have a table on the left and details edit form on the right. When I click on any column on the left panel the right panel will show the detail record on the right. How would I accomplish this with modern controls.
@rroque - I am bit lost here. Are you now asking a brand new question and want to forget the original question?
Hi @Amik. I added a modern table control with a table of columns. I'd like to be able to go into each column and bring up the details of the record selected. The selectable list on the left panel and details on the right panel.
Here's my table.
@rroque - could you provide a bit more context here? Why would you need to embed sort buttons inside a Gallery control?
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2