how i transform tag controltemplate toolbar wpf?
i have controltemplate finished adult toolbartray toolbar. toolbar, i have several buttons following label. i wish means transform tag toolbar something "1 10"
my initial guess programatically tag set it, nonetheless i'm reading should finished triggers. i am carrying tough bargain accomplish this. any ideas?
<style x:key="docviewertoolbarstyle" targettype="{x:type contentcontrol}">
<setter property="template">
<setter.value>
<controltemplate targettype="{x:type contentcontrol}">
<toolbartray... />
<toolbar.../>
<button../>
<button..>
<label x:name="mystatuslabel" .. />
Comments
Post a Comment