how to implement this hierarchical UI found in iPad in Delphi?
Check the screenshot below from Omnigroup, note the nested cards, how do you think we can implement a similar one in Delphi开发者_JAVA百科? Custom draw Virtual treeview? Any other hints? Thanks!
Seems to me that nested panels with captions would do the job nicely. If you want something more or less ready made, TMS Software's TAdvToolPanel comes to mind. Haven't used them for this kind of thing, but they are nestable, so you should be able to get something working fairly quickly.
An owner draw treeview might do the job. You could look at Virtual Treeview which is an open source component (and according to another SO question on of the best).
精彩评论