In looking for a solution to style the column filter popup, I stumbled upon the following articles :
https://docs.telerik.com/devtools/wpf/controls/radgridview/styles-and-templates/styling-filteringcontrol
https://docs.telerik.com/devtools/wpf/controls/radgridview/styles-and-templates/templates-structure#filteringdropdown
https://docs.telerik.com/devtools/wpf/styling-and-appearance/styling-apperance-editing-control-templates#extracting-control-templates-manually-from-the-theme-xaml-file
https://docs.telerik.com/devtools/wpf/styling-and-appearance/styling-apperance-modifying-default-styles#modifying-default-styles
But I couldn't really get my mind around it. What I want to do is to change a minor styling thing in the popup window for the column filter. See the image that is attached to this post. I want to "push down" the first line of text, so that it looks better. But from the articles that I have read it seems like I have to create a new template for the whole popup window. There seems like an easier way could exist.
Is there a simple way to style some of the elements on the column filter popup?
Thanks in advance!