Creating an UI like monodevelop

View: New views
2 Messages — Rating Filter:   Alert me  

Creating an UI like monodevelop

by Riko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello, I would like to create an UI with similarity found on MonoDevelop, that means, new window is opened on Tab and that the Close icon comes with automatically. I did some research by using a container and set the parent window as this container but seems did not work. I know the most convenient way to know it is to look at the MonoDevelop source code but it is difficult for me since I am a beginner. Thanks in advance.

Re: Creating an UI like monodevelop

by Andy___ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Look this Example-Code: http://www.mono-project.de/wiki/keyword/CloseableTab/



Riko wrote:
Hello,

I would like to create an UI with similarity found on MonoDevelop, that means, new window is opened on Tab and that the Close icon comes with automatically. I did some research by using a container and set the parent window as this container but seems did not work.
I know the most convenient way to know it is to look at the MonoDevelop source code but it is difficult for me since I am a beginner.

Thanks in advance.