??? G O O D H E A V E N S ! What kind of object is this ???
Please, look this simple form (it is only an example...):
http://www.mutube.com/wp-content/upl.../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....
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
ToolstripContainer and ToolstripContainerPanel are container of objects..
How can I create the buttons: "Arrangement, Hiding", ...
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
Add buttons to the toolstripcontainer
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
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?
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
Code:
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#.
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
You could easily roll your own control that looks just like that.
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
That layout just screams WPF.