Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckComboBox Itemtemplate isn't being applied when an item is selected #1643

Open
HuygheDaphne-Marie opened this issue Sep 4, 2024 · 0 comments

Comments

@HuygheDaphne-Marie
Copy link

HuygheDaphne-Marie commented Sep 4, 2024

Describe the bug

When a CheckComboBox is given an ItemTemplate it is used in the dropdown but when an item is selected it then uses the ToString() instead of the ItemTemplate.

Steps to reproduce the bug

  1. Create a class which does not have any ToString() implementation
  2. Create a CheckComboBox using this class
  3. See bug

Expected behavior

Expected behavior was that the ItemTemplate would apply to the dropdown and selected items.

Screenshots

image
image
image

NuGet package version

3.5.1

IDE

Visual Studio 2022

Framework type

.Net 6.0

Windows version

Windows 11 (22000)

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant