wpf-controls
Problem with the database WPF application it cannot add anything
I was trying to add new row to my database table and it seams that everything is going well in the application WPF and when i close the application the database has not changed(new record was not adde[详细]
2023-04-01 00:06 分类:问答Custom control example request
Does anyone have a good example of creating a WPF custom control or some ba开发者_StackOverflowsic project while using: 1) Dependency Property, 2) Attached Property, 3) Attached Behavior, 4) RegiserRo[详细]
2023-03-31 18:01 分类:问答Listbox Binding Problem
Please solve my problem, my listbox don\'t bind, i don\'t why :( class TLocation { public string name; } Main Window:[详细]
2023-03-31 02:53 分类:问答How to display items in Canvas through Binding
I have list of items that I want to display in Canvas using data binding. ItemsToShowInCanvas = new ObservableCollection<ItemDetail>[详细]
2023-03-30 23:44 分类:问答Could not load assembly, Exception from HRESULT: 0x80131040
Exception: Could not load file or assembly \'WPFVisifire.Charts, Version=4.1.0.0, Culture=neutral, PublicKeyToken=99d724542e4db593\' or one of its dependencies. The located assembly\'s manifest defin[详细]
2023-03-30 18:21 分类:问答How do I limit user input in a combobox, So that u can only type words that are within the collection?
开发者_JAVA技巧To clarify I have a combobox with an observable collection bound to its itemsource property. I want user to be able to type in only items that ar present in the collection. whilst keepi[详细]
2023-03-30 18:04 分类:问答WPF rotating button
Help me plz. I need to animate rotation of开发者_C百科 the button on z-axis without using external libraries, only with C# and xaml code.[详细]
2023-03-30 11:39 分类:问答Binding dependency property on every control to a single propertty. can it be done?
i have threee controls and this is wat i need to accomplish ctrl1- dep property isvisible - bound to - visible property in VM[详细]
2023-03-30 07:30 分类:问答WPF webbrowser's LoadCompleted event
When will the WPF webbrowser\'s LoadCompleted event fires? Is 开发者_如何学JAVAthis event waits for any ajax calls to complete in the aspx page.[详细]
2023-03-29 17:21 分类:问答What can I do to make my sub-derived custom control appear in the Blend Assets library?
I am creating a series of window mockup templates based on the excellent Mockups library available on CodePlex.[详细]
2023-03-28 05:30 分类:问答
加载中,请稍侯......