wpftoolkit
What's the best way for displaying GIF Animation Images in WPF?
I would like to display an animation gif such as loading... in my XAML as my procedure is progressing. I found out that this cannot be easily done in WPF as I loaded my G开发者_开发技巧if and it just[详细]
2023-03-25 21:30 分类:问答WPF Page navigation
I use a custom textblock in my WPF Application, when I use it in WPF Windows it worked good but when I use it in a WPF Page it make a problem. When I click on a link in my Custom Control it browse the[详细]
2023-03-25 18:12 分类:问答How do I save filter values in WPF toolkit datagrid "filter extension"?
I am using the code (VS2008) I found under the article \"Automatic WPF Toolkit DataGrid Filtering\", which works very well. It is implemented as a new \"style\" for a datagrid\'s header, NOT as an ext[详细]
2023-03-25 12:06 分类:问答How do I change the PopupAnimation in a ComboBox?
How do I change the animation in a ComboB开发者_如何学Cox for loading the popup that has the list of items?[详细]
2023-03-25 04:14 分类:问答How to add column in datagrid
How i can add column in wpf toolkit 开发者_如何学JAVAdatagrid from code behind? this does not works:[详细]
2023-03-23 21:43 分类:问答how can I set the converter binding in the C# code?
I am newbie in WPF and now I am using a 3rd party lib xamChart in my project previously in the XAML i have a Chart and its axis has开发者_JAVA百科 a Unit which is a int property[详细]
2023-03-23 07:17 分类:问答Adding events on WPF LineSeries DataPoint
I am using WPF Toolkit to draw a line chart (a feature on our application). Given a Collection, I am able to plot the graph, however, when the user double clicks on the DataPoint on the graph, I am fi[详细]
2023-03-22 20:00 分类:问答disabling a checkbox in a cell in datagrid based on some condition in wpf
I want to disable a cell containing a checkbox based on some condition. I have achieved this i.e. the checkbox does look blurred and disabled but when i click it the checkbox gets checked i.e. it is a[详细]
2023-03-18 03:26 分类:问答How do you format in code AxisLabel for DependentRangeAxis?
I cannot get the axis to format as currency, any idea? What am I doing wrong?I need to be able to change the formatting on the fly and for this test I wanted to set it as currency for the Y axis on t[详细]
2023-03-16 06:00 分类:问答How to get smooth lines in a WPF Toolkit Chart LineSeries?
I\'m creating a chart using WPF toolkit.The chart has some lineseries in it.I want to modify the lineseries so that I have sm开发者_C百科ooth lines instead of straight lines.Is that even possible?I\'v[详细]
2023-03-13 02:23 分类:问答