Click to See Complete Forum and Search --> : ??? G O O D H E A V E N S ! What kind of object is this ???


GuruMark
November 17th, 2009, 09:40 AM
Please, look this simple form (it is only an example...):

http://www.mutube.com/wp-content/uploads/kubuntu/snapshot2.jpg

Look the selection tab with white background (that is the one wich says: "Arrangement, Hiding", .... ): does exists in C# a similar object?

I've tried with TapControl but it cannot allows to insert images, so I've tried with ListView but result is so poor and not similat to the image...

Any suggestions?

Thank you....

sotoasty
November 17th, 2009, 09:53 AM
ToolstripContainer?

GuruMark
November 17th, 2009, 10:01 AM
ToolstripContainer and ToolstripContainerPanel are container of objects..
How can I create the buttons: "Arrangement, Hiding", ...

sotoasty
November 17th, 2009, 10:26 AM
Add buttons to the toolstripcontainer

GuruMark
November 17th, 2009, 10:29 AM
I've added ToolStripButton ... but the layout is not so similar as the image...
For example, when I select an item the background of image must be selected and label must change its font...

In your opinion, do you think that the image I saw is inherited from standard C# controls?

Joeman
November 17th, 2009, 10:55 AM
In your opinion, do you think that the image I saw is inherited from standard C# controls?
No, Kde most definitely used c++. Kde uses Qt which is a cross-platform widget. Qt is written in c++, so no there is no connection to c#.

BigEd781
November 17th, 2009, 11:40 AM
You could easily roll your own control that looks just like that.

Arjay
November 17th, 2009, 05:56 PM
That layout just screams WPF.