This is a migrated thread and some comments may be shown as answers.

PageView to mimic outlook 2010?

1 Answer 68 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 21 Mar 2012, 07:20 PM
I was interested in knowing if the Page View Outlook View could mimic 2010? can you any of this functionality be written or is it included?
1.  ability to minimize items under the navigation panel (pic1)
2. add a search box (pic1)
3. sort by type/name/price (pic2)
4. can the outlook view be dockable?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 26 Mar 2012, 02:45 PM
Hello Jay,

Thank you for writing.

Yes, it is possible to mimic the behavior of Outlook, however RadPageView control is not suitable for your case. Here are the answers to your questions:
1. This can be achieved with RadTreeView control: http://www.telerik.com/help/winforms/treeview-overview.html 
2. This can be achieved by subscribing to the TextChanged event of RadTextBox and filter the RadTreeView with the entered text. 
3. You can perform sorting of RadTreeView as described here: http://www.telerik.com/help/winforms/treeview-working-with-nodes-sorting.html, or you can perform custom sorting for more precise scenarios as described here: http://www.telerik.com/help/winforms/treeview-working-with-nodes-custom-sorting.html.
4. You can place the controls in a ToolWindow in RadDock to make them dockable.

Attached you can find a sample project which demonstrates a simple scenario according to your description. 

I hope that you find this information useful. Let me know if I can be of further assistance.
 
Regards,
Stefan
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
PageView
Asked by
Jay
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or