C# WPF Tutorial - ComboBox, ItemSource and Templates

C# WPF Tutorial - ComboBox, ItemSource and Templates

ToskersCorner

7 лет назад

51,552 Просмотров

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


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

@nillekaes543
@nillekaes543 - 14.01.2017 14:56

awesome tutorials

Ответить
@juanpablocastro2518
@juanpablocastro2518 - 21.01.2017 18:16

Great !

Ответить
@ianfinlayAustralia
@ianfinlayAustralia - 22.01.2017 06:38

HI - Again great videos.

Suggestion for new content:
- best practice for display of error messages for text boxes constrained by length, value range or regex limits
- multi-threading - semaphore passing between graphics and threads
- Nlog integration
- try catch handling
- wpf as a service, taking to a wpf front end appl via tcp/ip
- coming from winform mimics background, dragging an icon around a page (wth transparency)
- config file to store settings XML serialization versus settings

Ответить
@studstud5498
@studstud5498 - 01.06.2017 21:17

I like your teaching or explaining style. Please add more videos

Ответить
@CpcBob
@CpcBob - 20.06.2017 01:52

Yes, Please do series on Styles. I am very new to Wpf/C#. Your video's are very helpfull.
My MainWindow has many Button's to open Other windows and I've been trying to get App.xaml to globally control all the Windows Color Fg Bg, Textbox, Textblock, ComboBox etc. Can't figure out how to set a ComboBox Background & Foreground. ComboBoxItem's works fine. Also have same problem with DataGrid's.
Much Thanks

Ответить
@rexbrown2752
@rexbrown2752 - 30.07.2017 00:55

This was an uncommonly Great video. The content covered more than I really needed but I am a relatively new to this world and it contained all the info I needed to actually make it work. Besides I may actually need the extra stuff when I get further down the track :>). I have looked over several other posts by other talking about how to do this but none came close to making it as easy to follow. Thanks a bunch!

Ответить
@MrApaHotel
@MrApaHotel - 28.08.2017 00:18

Do you recommend any book about WPF?

Ответить
@zohar127
@zohar127 - 02.12.2017 22:51

Thank you for these extremely informative videos. They've been a big help for me. Your presentation and format are perfect.

Ответить
@VinuP2023
@VinuP2023 - 08.10.2018 20:12

Hello Sir,

wound you please tell me How can I achieve Auto suggest kind of functionality in Combobox. I tried IsEditable=true, Readonly=false. If I type 'Jo' in combobox drop down, list of names containing Jo like Joe Rege, Regan Joe, Jordan have to appear from list of bound data. Thanks much

Ответить
@patriciagusen1049
@patriciagusen1049 - 07.11.2018 21:10

Great tutorial, it helped me a lot!

Ответить
@safah202
@safah202 - 14.02.2019 20:03

Thanks for the video its well explained can you please make an video on binding a complex object list to a combo box...

Ответить
@MdImran-qb3bm
@MdImran-qb3bm - 16.07.2020 00:53

can you please upload a video showing ...how to validate combobox using idataerrorinfo showing validation message under it..

Ответить
@ajaysingh-zo7hc
@ajaysingh-zo7hc - 06.08.2020 09:22

Thanks It was useful

Ответить
@hiromijorge400
@hiromijorge400 - 30.11.2020 12:45

hi and thanks for the tutorial, but im curious about how can we get the value of the clicked combobox, thanks.

Ответить
@YBXtreminal
@YBXtreminal - 02.05.2021 14:12

instead of List<string>, it much better to use ObservableCollection<string>.

Ответить
@theofficialamt6626
@theofficialamt6626 - 03.05.2021 10:30

Can you make a video Visual Studio Windows Form on saving and loading multiple Comboboxes whatever the user selects in each combobox they can click a button to save to a specific location and have a load button to find the exact file and it will populate each combobox they changed.

Ответить
@evedickson2496
@evedickson2496 - 06.03.2022 00:52

Thank you.. really helpful and resolved an issue for me :-)

Ответить
@Cemmet1995
@Cemmet1995 - 08.04.2023 17:54

Now i need to know how many ComboBoxes you can fit inside a ComboBoxItem 😅

Ответить
@shvideo1
@shvideo1 - 19.07.2024 23:01

Great job on the video Tosker. Your approach is very intuitive and I learned a lot following your logic. Thanks.

Ответить