I'm creating a "review panel" of all data entered into a form. I want to set up this panel vertically using a label/value setup(label on the left and value on the right). With a table this would be easy but I haven't found any such control yet or a good solution to mimick this. What would be the best way to do this?
A Gallery would give you what you want. The form has the Updates property, which is a record of the updates in the form. You would just need your Items property to be a table of those columns and values.
The bad news is that it is by no way dynamic...meaning that you would need to alter the Items property if you were to change the form columns.
I hope this is helpful for you.
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional