Al C 0 Posted December 30, 2020 (edited) I often see desktop applications with a column of small windows which, when selected, display their contents in something like a Memo or RichEdit. Outlook is an example, as is Simplenote (see images below). My Delphi knowledge ends around 2005, and I'm trying to figure out what controls are used to make this kind of UI? Edited December 30, 2020 by Al C Share this post Link to post
Guest Posted December 30, 2020 (edited) in RAD Studio 10, can be a "TListView" with another components to show anothe info about one record or a Item selected ...\Samples or RAD Studio \Object Pascal\Multi-Device Samples\User Interface\ListView Edited December 30, 2020 by Guest Share this post Link to post
eg1 0 Posted December 31, 2020 Use OrangeUI Components, you can create full customized grid and list views also have better performance than basic delphi components especially on mobile. (this component little complicated, you have to check demos carefully) http://www.orangeui.cn/?language=en Share this post Link to post