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

New Post: When I insert the colorpicker into a listview's context menu the headers for the color groupings disappear

$
0
0
The xaml below doesn't display the headers, but when i place the same colorpicker xaml outside of the context menu, the headers display. Why is this, and is there any way i can fix it?
<ListView.ContextMenu>
              <ContextMenu>
                
                <MenuItem Header="Color Format">
               
                  <xctk:ColorPicker x:Name="ColorSelector"
                                    AvailableColors="{Binding PredefinedColors}"
                                    AvailableColorsHeader="Available Colors"
                                    DisplayColorAndName="True"
                                    SelectedColor="Transparent"
                                    SelectedColorChanged="ColorSelector_SelectedColorChanged"
                                    ShowAdvancedButton="True"
                                    ShowAvailableColors="True"
                                    RecentColorsHeader="Recent Colors"
                                    ShowDropDownButton="True"
                                    StandardColorsHeader="Standard Colors"
                                    ShowRecentColors="True"
                                    ShowStandardColors="True"
                                    Width="50" Height="25"
                                    />
                  

Viewing all articles
Browse latest Browse all 4964

Trending Articles



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