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
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
Please solve my problem, my listbox don\'t bind, i don\'t why :( class TLocation { public string name; } Main Window:
I have list of items that I want to display in Canvas using data binding. ItemsToShowInCanvas = new ObservableCollection<ItemDetail>
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
开发者_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
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.
i have threee controls and this is wat i need to accomplish ctrl1- dep property isvisible - bound to - visible property in VM
When will the WPF webbrowser\'s LoadCompleted event fires? Is 开发者_如何学JAVAthis event waits for any ajax calls to complete in the aspx page.
I am creating a series of window mockup templates based on the excellent Mockups library available on CodePlex.