Click here to Skip to main content
15,793,609 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Converter Set or Library Pin
RedDk11-Dec-21 9:29
RedDk11-Dec-21 9:29 
GeneralRe: WPF Converter Set or Library Pin
michaelbarb11-Dec-21 14:04
michaelbarb11-Dec-21 14:04 
GeneralRe: WPF Converter Set or Library Pin
trønderen11-Dec-21 14:27
trønderen11-Dec-21 14:27 
GeneralRe: WPF Converter Set or Library Pin
michaelbarb11-Dec-21 15:05
michaelbarb11-Dec-21 15:05 
GeneralRe: WPF Converter Set or Library Pin
trønderen12-Dec-21 1:05
trønderen12-Dec-21 1:05 
AnswerRe: WPF Converter Set or Library Pin
Richard Deeming12-Dec-21 22:48
mveRichard Deeming12-Dec-21 22:48 
GeneralRe: WPF Converter Set or Library Pin
#realJSOP14-Dec-21 0:33
mve#realJSOP14-Dec-21 0:33 
AnswerRe: WPF Converter Set or Library Pin
Super Lloyd14-Dec-21 2:42
Super Lloyd14-Dec-21 2:42 
What do you want to convert?

I rarely have to convert (some yet unidentified) BCL class to other BCL class. Usually I need to convert a business class (i.e. local to your code) to perhaps a BCL class (such as color, image source, etc).. You need to write your own converter there (come on, it's only 2 methods to implement, or just 1 in case of one way binding).

Also, if you make some view model, view model can directly expose a property of the right type and have value conversion happening in the property setter.
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

GeneralRe: WPF Converter Set or Library Pin
michaelbarb14-Dec-21 4:59
michaelbarb14-Dec-21 4:59 
GeneralRe: WPF Converter Set or Library Pin
Super Lloyd14-Dec-21 6:17
Super Lloyd14-Dec-21 6:17 
QuestionListBox selection through code, in MVVM Pin
Amarnath S20-Nov-21 18:17
professionalAmarnath S20-Nov-21 18:17 
AnswerRe: ListBox selection through code, in MVVM Pin
#realJSOP21-Nov-21 4:10
mve#realJSOP21-Nov-21 4:10 
GeneralRe: ListBox selection through code, in MVVM Pin
Gerry Schmitz21-Nov-21 5:53
mveGerry Schmitz21-Nov-21 5:53 
GeneralRe: ListBox selection through code, in MVVM Pin
#realJSOP21-Nov-21 6:18
mve#realJSOP21-Nov-21 6:18 
GeneralRe: ListBox selection through code, in MVVM Pin
Amarnath S21-Nov-21 14:55
professionalAmarnath S21-Nov-21 14:55 
GeneralRe: ListBox selection through code, in MVVM Pin
#realJSOP21-Nov-21 16:08
mve#realJSOP21-Nov-21 16:08 
GeneralRe: ListBox selection through code, in MVVM Pin
Amarnath S23-Nov-21 1:40
professionalAmarnath S23-Nov-21 1:40 
GeneralRe: ListBox selection through code, in MVVM Pin
Gerry Schmitz23-Nov-21 8:28
mveGerry Schmitz23-Nov-21 8:28 
GeneralRe: ListBox selection through code, in MVVM Pin
#realJSOP23-Nov-21 9:52
mve#realJSOP23-Nov-21 9:52 
QuestionUsing custom fonts in WPF project Pin
Alex Dunlop11-Nov-21 22:29
Alex Dunlop11-Nov-21 22:29 
AnswerRe: Using custom fonts in WPF project Pin
#realJSOP12-Nov-21 5:22
mve#realJSOP12-Nov-21 5:22 
GeneralRe: Using custom fonts in WPF project Pin
Alex Dunlop13-Nov-21 9:05
Alex Dunlop13-Nov-21 9:05 
GeneralRe: Using custom fonts in WPF project Pin
#realJSOP14-Nov-21 1:14
mve#realJSOP14-Nov-21 1:14 
GeneralRe: Using custom fonts in WPF project Pin
Alex Dunlop14-Nov-21 18:29
Alex Dunlop14-Nov-21 18:29 
GeneralRe: Using custom fonts in WPF project Pin
#realJSOP15-Nov-21 0:25
mve#realJSOP15-Nov-21 0:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.