Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: CheckComboBox - ItemTemplate

$
0
0
Hi,

To be able to use
<CheckBox Grid.Column="0" Content ="{TemplateBinding Content}"  ... />
<ContentPresenter Grid.Column="1" Content="{TemplateBinding Content}" ... />
in the style of the "xctk:SelectorItem", I modified your style of the "CheckBox". Instead of using
<TextBlock Text="{TemplateBinding ContentPresenter.Content}" .../>
I used :
<TextBlock Text="{Binding Content, RelativeSource={RelativeSource TemplatedParent}}" .../>

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>