This question is locked. New answers and comments are not allowed.
I'm attempting to utilize some of my custom styles for various controls within the Filtering Control.
I've successfully added the desired styles to the Select All Checkbox, ListBox Checkbox, ComboBoxes, and Close/Clear/Filter Buttons. This was all relatively straightforward because the controls are available within the Filtering Control ControlTemplate. My issue comes when I try to apply styles to the contextual controls found in the two ContentControls titled "PART_Filter1ContentControl" and "PART_Filter2ContentControl". The controls surfaced within these two ContentControls are either a text box and toggle button or a date picker.
How would you best suggest adding my custom styles to these controls since I cannot access them directly through the FilteringControl ControlTemplate?
It would appear that even my implicit styles (those without x:Keys) fail to apply to the desired controls.
Thank you,
Paul
I've successfully added the desired styles to the Select All Checkbox, ListBox Checkbox, ComboBoxes, and Close/Clear/Filter Buttons. This was all relatively straightforward because the controls are available within the Filtering Control ControlTemplate. My issue comes when I try to apply styles to the contextual controls found in the two ContentControls titled "PART_Filter1ContentControl" and "PART_Filter2ContentControl". The controls surfaced within these two ContentControls are either a text box and toggle button or a date picker.
How would you best suggest adding my custom styles to these controls since I cannot access them directly through the FilteringControl ControlTemplate?
It would appear that even my implicit styles (those without x:Keys) fail to apply to the desired controls.
Thank you,
Paul