C# WPF Tutorial #12 - ListView

C# WPF Tutorial #12 - ListView

Kampa Plays

1 год назад

23,786 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Nbveh01
@Nbveh01 - 07.12.2023 10:42

спасибо за классные видео, надеюсь в будущем будет много таких видео

Ответить
@EB-vs5ou
@EB-vs5ou - 13.10.2023 01:09

Hi Kampa, thank you for your very good structured Video!
Is there a simple way to select (or deselect) single items programmatically?
I have a large list, and i want a few buttons to pre-select items - and the user should be able to change this preselection.
In theory the ListItem Class has a .IsSelected property which can be set in the CodeBehind.
But i cannot type:
lvEntries.Items[0].IsSelected = true;
I tried to derive the Class used for the list items from ListViewItem, then i can set .IsSelected = true.
The selection is visible when starting the app, but then no content is visible ;-) so this cannot be the way.
If you find time to answer - thank you in advance !

Ответить
@robertnelson2720
@robertnelson2720 - 15.08.2023 19:31

How would you make the listview a folder and file tree?

Ответить
@anywaytechreview
@anywaytechreview - 30.05.2023 17:28

there is no comment called lv entries in my visual studio

Ответить
@pkplonker
@pkplonker - 29.03.2023 01:23

Loving the content. Please don't stop. Preparing for a Games tools programming internship, these videos have been the best WPF content I've found. One for other people, as I am sure you're aware, iterating the loop in reverse will allow you to modify while enumerating! Should save some cycles, GC alloc / memory usage etc.

Ответить
@user-id6wl8sh6r
@user-id6wl8sh6r - 25.03.2023 19:59

Great, awesome explanations, thank you a lot. i'm web developper and your serie really helped me to understand how could i think my wpf code . THANKS :)

Ответить
@babida9113
@babida9113 - 09.03.2023 06:59

Bro you are a legend. Please do not stop these

Ответить
@momensy2136
@momensy2136 - 28.02.2023 18:37

i just found your channel and i think i am very lucky. 🔥
the explaining way is just perfect. please keep on this. 🔥
thx alot

Ответить
@wookyumkim4669
@wookyumkim4669 - 12.02.2023 16:50

Thank you Kampa!! ☺☺

Ответить
@3booodpro
@3booodpro - 28.01.2023 23:45

Man I am really fascinated with your series! your explaining way is very amazing, Thank you so much! ❤

Ответить
@nicholascarroll7239
@nicholascarroll7239 - 27.01.2023 17:28

This series is fantastic! Thank you so much for doing it. Will you be covering datagrids at any point? Specifically I am interested in complex formatting of datagrids.

Ответить