I\'m trying to style a LineSeries chart that has DateTime objects on its independent axis and integer values in its dependent axis. I want to show a tooltip text whenever a user overs his mouse on a D
I\'m trying to get around the fact that I can\'t specify a dynamic value for ConverterParameter.See my other question for why I need to bind a dynamic value to ConverterParameter - I don\'t like the s
I\'ve bound enums to radio buttons before, and I generally understand how it works.I used the alternate implementation from this question: How to bind RadioButtons to an enum?
I\'ve been successfully using Converters to convert boolean values in WPF to an appropriate property e.g. Hidden/Collapse开发者_开发问答d/Visible for hiding and showing a control.
I have a class that implements IValueConverter.Every time I build build my solution, visual studio crashes right after the build is successful.
I tried to bind the following Enum to a ComboBox Public Enum PossibleActions ActionRead ActionWrite ActionVerify
I want to add record index like MS Excel in my XamDataGrid control. I use for this trick with IValueConverter. I define some template for displaying record indexes width this XAML-code:
I\'m using the following data template: <DataTemplate> <Grid Width=\"40\" Height=\"40\"> <Ellipse Width=\"30\" Height=\"30\" x:Name=\"ellipse\" />
Imagine you have a list of user selections. Depending on what selections the user has made, other selections may not be available anymore.
I have a simple scenario and a issue with it which I just cant seem to resolve past few days. OK, first of all I use MVVM to bind my View on a ViewModel. I have in my view several text boxes which bi