chjk Member Licensed User Longtime User Jul 3, 2014 #1 How to create a IOS style listboxgroup? Attachments ios group.jpg 23.5 KB · Views: 126 iosGroup.zip 309.4 KB · Views: 115
Erel B4X founder Staff member Licensed User Longtime User Jul 4, 2014 #2 You can use CustomListView class instead of ListView. It allows you to add any item you like. Upvote 0
chjk Member Licensed User Longtime User Jul 4, 2014 #3 Erel said: You can use CustomListView class instead of ListView. It allows you to add any item you like. Click to expand... When the scrolling grouphead does not move, I want to achieve scroll effect IOS. The attachment is my example Attachments iosGroup.zip 309.4 KB · Views: 124 Upvote 0
Erel said: You can use CustomListView class instead of ListView. It allows you to add any item you like. Click to expand... When the scrolling grouphead does not move, I want to achieve scroll effect IOS. The attachment is my example
Erel B4X founder Staff member Licensed User Longtime User Jul 6, 2014 #4 I see. You will need to manually implement such a solution (which will probably be quite difficult to do). Upvote 0
I see. You will need to manually implement such a solution (which will probably be quite difficult to do).
chjk Member Licensed User Longtime User Jul 9, 2014 #5 Erel said: I see. You will need to manually implement such a solution (which will probably be quite difficult to do). Click to expand... Thanks! hope to get other friends for help. Upvote 0
Erel said: I see. You will need to manually implement such a solution (which will probably be quite difficult to do). Click to expand... Thanks! hope to get other friends for help.