You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RibbonTabControlControlTemplate should have customizable border thickness. I'd like to remove the border (like in modern Office), but it seems quite tricky due to a mistake in the control template.
I believe you should have BorderThickness="{TemplateBinding MarginPropertyOfYourChoice}" instead of hard-coding it to "0,1,0,1":
RibbonTabControlControlTemplate
should have customizable border thickness. I'd like to remove the border (like in modern Office), but it seems quite tricky due to a mistake in the control template.I believe you should have
BorderThickness="{TemplateBinding MarginPropertyOfYourChoice}"
instead of hard-coding it to"0,1,0,1"
:Environment
The text was updated successfully, but these errors were encountered: