WPF
Shared Events between multiple instances of WPF Custom Controls
I have a couple Custom User Controls written in C# using the composite User Control model (i.e. starting with a UserControl) and when used in isolation, I\'m not seeing any problems. But when two inst[详细]
2023-04-13 01:05 分类:问答How Get The middle point of an ArcSegment in WPF
What is the best solution for getting the middle point of an ArcSegment in a path and label i开发者_运维知识库t in WPF?[详细]
2023-04-13 00:59 分类:问答wpf thread error
i have Observable collection object bounded to a treeView: MainTreeView.ItemsSource = ((App)Appl开发者_Python百科ication.Current).TucOC;[详细]
2023-04-13 00:57 分类:问答WPF: OnApplyTemplate is not called anymore when I moved code into another DLL
Let\'s try to explain it clearly. I\'ve got a custom control built as a WPF application and it works fine. I\'ve moved all the code into a external DLL. After this change, when I load the application[详细]
2023-04-13 00:48 分类:问答MassTransit - Update Messages to Client
I don\'t have very much experience using MSMQ and someone recommended I look at MassTransit to help implement a solution but I am having a hard time trying to figure out if using MassTransit + MSMQ is[详细]
2023-04-13 00:43 分类:问答ComboBox using ItemsSource binding affects other properties
I have a combo box that displays a list of available system colors.Each item in the combo box has a preview rectangle and the text color name.At a given time I may need as many as 6 of these combo box[详细]
2023-04-13 00:28 分类:问答Update List item from DataGrid event CellEditEnding
I\'ve loaded datagrid from a LIST. On every click event to a button it loads data to the LIST and eventually update the DataGrid by resetting the source.[详细]
2023-04-13 00:15 分类:问答How to Begin a StoryBoard from ViewModel?
I am utilizing Telerik controls in my example. <telerik:RadPanelBarItem Collapsed=\"RadPanelBarItem_Collapsed\"[详细]
2023-04-13 00:14 分类:问答DependencyProperty ... can set, but can't get value out via binding
I have a Window, containing a UserControl \'TemplateEditor\'. The (shortened) TemplateEditor XAML is:[详细]
2023-04-13 00:03 分类:问答data exchange of two windows WPF
I´m actually programming a WPF-application. Now, I´m just a beginner in WPF and so I´ve a problem:[详细]
2023-04-12 23:55 分类:问答