Skip to content

CheckComboBox help #1791

@bamec14

Description

@bamec14

Hi Im trying to to use this for the first time and also new to WPF.

Basically I am binding the ItemsSource value to a list of some class instances I created,
And I for some reason after selecting some options and closing the CheckComboBox, I dont see anything that indicatesmy selections.

The best I could achieve is to show the the path of each option.

Can somebody help me with this please?

xaml:

<xctk:CheckComboBox
    ItemsSource="{Binding ParameterValueList}"
    Delimiter=", "
    Width="200"
    SelectedItemsOverride="{Binding SelectedFilterParameters}"
    DisplayMemberPath="ValueToString"
    ValueMemberPath="ValueToString"
     >
    <xctk:CheckComboBox.ItemTemplate>
        <DataTemplate>
            <TextBlock Text="{Binding ValueToString}"/>
        </DataTemplate>
    </xctk:CheckComboBox.ItemTemplate>
</xctk:CheckComboBox>

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions