ivalueconverter
Is it possible to supply a type converter for a static resource in Silverlight?
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[详细]
2023-03-05 07:32 分类:问答How can I set a dependency property on a static resource?
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[详细]
2023-03-02 23:09 分类:问答WPF MVVM Radio buttons on ItemsControl
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?[详细]
2023-03-02 18:18 分类:问答Using WPF converters to translate xpath node existence to Visible/Hidden/Collapsed
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.[详细]
2023-02-25 05:47 分类:问答Visual Studio crashing when using IValueConverter
I have a class that implements IValueConverter.Every time I build build my solution, visual studio crashes right after the build is successful.[详细]
2023-02-24 14:38 分类:问答Binding converted Enum to a ComboBox
I tried to bind the following Enum to a ComboBox Public Enum PossibleActions ActionRead ActionWrite ActionVerify[详细]
2023-02-22 11:01 分类:问答How can I call IValueConverter by user request? [XamDataGrid record index]
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:[详细]
2023-02-20 04:33 分类:问答Converting one value to multiple properties
I\'m using the following data template: <DataTemplate> <Grid Width=\"40\" Height=\"40\"> <Ellipse Width=\"30\" Height=\"30\" x:Name=\"ellipse\" />[详细]
2023-02-19 15:42 分类:问答WPF ValueConverter Binding - Something's Wrong
Imagine you have a list of user selections. Depending on what selections the user has made, other selections may not be available anymore.[详细]
2023-02-16 01:22 分类:问答WPF: MVVM - Disable command attached button on ivalueconverter convert exception
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[详细]
2023-02-15 10:39 分类:问答