|
-
November 17th, 2009, 10:40 AM
#1
??? 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....
-
November 17th, 2009, 10:53 AM
#2
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
-
November 17th, 2009, 11:01 AM
#3
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", ...
-
November 17th, 2009, 11:26 AM
#4
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
Add buttons to the toolstripcontainer
-
November 17th, 2009, 11:29 AM
#5
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?
-
November 17th, 2009, 11:55 AM
#6
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#.
0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000 0000 0000 0000 0000
-
November 17th, 2009, 12:40 PM
#7
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.
-
November 17th, 2009, 06:56 PM
#8
Re: ??? G O O D H E A V E N S ! What kind of object is this ???
That layout just screams WPF.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|