Hello,
If you want to add controls to the header of the either the entire XamTileManager control or the individual controls, this can be accomplished by changing the styles for the XamTileManager and the TileHeaderPresenter respectively.
For more information on styling the XamTileManager, please see:
When styling controls, the default styles used can be found in the Default Styles directory for the control you are styling. For the XamTileManager this would be similar to
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.1\Silverlight\DefaultStyles\TileManager
In this case, since the control is shared between WPF and Silverlight the Styles which I have modified in the attached sample can be found in the generic.shared.xaml file.
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
How would you handle the Click event for the "TB" button on the header? I'm trying to do something similar in WPF.
Hello Nicole,
The best option to build the functionality of the Button would be to bind the Button’s command to a Command in your DataContext.
I have updated the prior sample to demonstrate this using a RelayCommand.
Please let me know if you have any questions.
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
How Can i Bind my CustomCommand and CustomCommandSource with Button or Toggle button added in Header of Tile ?
It will help me..