Jump to content
Al C

What UI elements make for an Outlook-style interface?

Recommended Posts

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?

 

image.thumb.png.6e482dcb93623d13e737565e95bb8e72.png

image.thumb.png.c22c92ab305d4540512f15c836a6d311.png

Edited by Al C

Share this post


Link to post
Guest

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 by Guest

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×