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.