Avatar of whorsfall
whorsfall
Flag for Australia

asked on 

C# WPF .NET Core - Listbox / Checkbox with HTML Image?

Hi,

In WPF .Net Core how can I have a listview / listbox (I am guessing) with a HTML Image and a check box.

So something like this (excuse the Text Graphics)

+------------------------------------+
|                                                            |
| x CheckBox Title 1                           |
|                                                             |
|                                                           |
|                                                           |
| HTML Image 1                                  |
|                                                           |
+------------------------------------+
|                                                            |
| x CheckBox Title 2                           |
|                                                             |
|                                                             |
|                                                              |
| HTML Image 2                                  |
|                                                             |
+------------------------------------+
.
.
. And so on

Basically so when I select each checkbox in my code I can tell that I have selected this particular Item?

In the example above there would be two items.

So I am looking for some sample code that explains how I can do this?

Thanks,

Ward.
* WPF.NET ProgrammingC#

Avatar of undefined
Last Comment
Misha

8/22/2022 - Mon