How to create the treeview like Outlook 2007?

Hello there,

Could someone tell me please how to create a look-a-like outlook treeview?

The one that you can see on the right panel after you click outbox! NOTE: you must create a draft and then copy it to outbox to be able to see the treeview.

You have a officeDemo which has it but when i copy it to my project it gives me a completly different component.

i have done it from scratch but i can not get the gridview lines ONLY to be horizontal.

Please help me!

Thank you for reading.

Tiago


2 Replies

FS Fathima Shalini P Syncfusion Team March 13, 2009 07:16 AM UTC

Hi Tiago,

Thank you for your interest in Syncfusion Products.

I am afraid that I was not much clear with your requirement. Could you please let me know whether you need a Treeview like display with horizontal lines as described in the below image?

http://files.syncfusion.com/support/Tools.Windows/7.1.0.30/F80098/SampleImage.zip

The above display is designed using GridGrouping control. It is not a TreeViewAdv control. If I have misunderstood your requirement could you please let me know in detail of your requirement with a screenshot, so that we could work out in depth and provide you a better solution at the earliest?

Please let me know if any concerns.

Regards,
Fathima



PG Peter Groft February 3, 2023 08:09 AM UTC

Create a root unordered list with class="root-tree".

Also, create a span tag with class="tree" within the list tag of the root list.

Create a child/sub unordered list with class="subtree" and create the required list.


Hope This Works,
Peter


Loader.
Up arrow icon