This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have just downloaded the trial version of WPF Element 6. When i look at the VS2010 toolbox, i can't find Ribbon Control. |
|
|
Hello Thanks for pointing this out. The Ribbon control will be added to the VS toolbox in the next nightly build. The next nightly build will be available at around 1200 GMT (about 13 hours from now) which you'll be able to download from here: http://www.mindscapehq.com/products/wpfelements/nightly-builds The Ribbon control does not have much design time support so it will be easier to build it up in xaml or code. Once you've add the Ribbon control, populate it with RibbonTab instances, and fill each tab with RibbonGroup instances. The TextFormatter project that is shipped with WPF Elements is a great source of examples of using the Ribbon control. Let me know if you have any questions about it. Jason Fauchelle |
|