Hi,
I am new to WPF and I want to add a button just above the advanced button. Could you please provide a sample. I read that you need to override and re-template the controls, but have no idea as to how to get around it.
Thanks
Our Styling guide can be used to help you discover how to retemplate your controls.
http://help.infragistics.com/NetAdvantage/Silverlight/2011/1/CLR4.0/?page=SL_Designers_Guide.html
In the case of the XamColorPicker, the styling points can be located here:
http://help.infragistics.com/NetAdvantage/Silverlight/2011/1/CLR4.0/?page=Designers_Guide_xamColorPicker_Styling_Points_for_xamColorPicker.html
Thanks, but the styling guides are for existing controls. What I want to do is add a new button above the Advance button and hook up to its click event.
Thanks, that's perfect.
I am actually creating a win forms application that is using Ultratoolbarsmanager to create ribbions. I know that I can use a element host to implement a WPF control in winforms. The problem is that I am unable to add the modified colorpicker (WPF control) to my ribbon. Do I have to create a custom tool item? if so can you please provide some guidence.
The problem seems to be that the WPF control disappears as soon as the tools button is pressed. Please see attached sample app. When you press the tools button repeatedly you see that the control is there but it does not stay visible. Any feedback is appreciated.
Any Updates?
Hello,
I have logged this issue with our development team for further investigation. The development issue ID is 84323. I will post the resolution of this development issue when I have an update on this one.
I have sent you more details through the support case CAS-70227-XV0S1J. Please let me know if you have any quesitons on this matter.
Thanks for the help... do you have an update
HI,
I am just following up on this forum thread.
Please let me know if you need further assistance.
Sincerely, Matt Developer Support Engineer
Hello nthaha,
There appears to be some issue with ElementHost not displaying its content. If you set a BackColor on the ElementHost, you will see that UltraToolbarsManager is actually displaying the ElementHost, but ElementHost is not displaying the Child content. However, there is an alternate solution. Docking the ElementHost within a Panel and assigning the Panel to the PopupControContainerTool helps to assure the ElementHost will get the notifications/information.
Please note that using the UltraToolbarsManager in an Interop situation is not supported due to limitations in the environment.