Click here to Skip to main content
15,904,935 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating an editor application
How shall i make different tabbed documents based on the file opens..
As in the visual studio editor documents
I am trying to implement using WPF

Please help or guide me with suitable Link.

Thanks in Advance
Posted
Updated 5-Jul-11 20:53pm
v2

Editor control
Using AvalonEdit (WPF Text Editor)[^]

Docking control

WPF Docking Library[^]
 
Share this answer
 
Comments
arun_pk 6-Jul-11 2:55am    
Multiple document is available in Avalon Edit??
Sergey Alexandrovich Kryukov 6-Jul-11 3:00am    
Nice approaches. So good this is not MDI, which is evil. My 5.
--SA
[no name] 6-Jul-11 3:11am    
Thank you.
Your best bet is to use a TabControl and create a new TabPage whenever a user opens up a new document. There is a very good article here on CP on Tabbed Multiple Document Interface in WPF[^].

Hope this helps
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Jul-11 3:02am    
This is what I repeat all the time. This is the simplest UI style, robust enough, no hassles of multiple windows (forget about MDI). My 5.
--SA
Wayne Gaylard 6-Jul-11 3:04am    
Thanks SA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900