EduardoElias Well-Known Member Licensed User Longtime User Feb 16, 2017 #1 Hi there! I am looking to have a grid that I could do this: Simulate a printed cupom on the screen. As you see it needs to be flexible with the design (like bands with each band with its own possible layout) It should be possible to group. For example: group the items by customer seat. Which could be the best approximate way to make this? Thank you!
Hi there! I am looking to have a grid that I could do this: Simulate a printed cupom on the screen. As you see it needs to be flexible with the design (like bands with each band with its own possible layout) It should be possible to group. For example: group the items by customer seat. Which could be the best approximate way to make this? Thank you!
Erel B4X founder Staff member Licensed User Longtime User Feb 16, 2017 #2 You can create this layout with CustomListView. Each row should be made of two panels, one for each column. Upvote 0
You can create this layout with CustomListView. Each row should be made of two panels, one for each column.