I have a ViewModel for a \"parent\" control which displays two grids. The first grid has parent information and the second grid displays the related children for the selected parent.
I\'ve been puzzled by this for a while. I am writing quite a large RibbonWindow WPF application using the MVVM pattern. 开发者_Python百科The screen has a RibbonBar menu along the top and the rest of i
Using Silverlight 4, we can\'t seem to get Childwindows\' to show our implicit styles.Every other control on our app takes the implicit styles but the childwindow (even the controls on the childwindow
How can I close a childwindow wh开发者_如何学JAVAen I click outside of it?if you are using the default silverlight child window style, when it opens, the outside part (the transparent grey part) is ac
I\'ve hit a problem with my OOB silvelight 4 applicatrion. There is a DataGrid on the page with numer of rows, so that vertical scroll bar appears for the DataGrid.
I\'m new to MVVM and trying to figure out how to close a ChildWindow with the traditional Cancel button using MVVM Light Toolkit.
I am using the ChildWindow (Silverlight) which also contains some expander controls.In one case, when the expander control expands, the bottom of the child window expands down out the screen on the bo
On my project I show a Usercontrol childwindow for logging in. Now when I want to submit the login values (username, password) the content of that childwindow has become null... You prob think that I
I emulated the mouse events using PostMessage and tested on the notepad application. I don\'t want to gain focus of the notepad application by sending mouse events.
I\'m having a problem in my program whenever I close the child window, the main window also exits. I am a newbie in this programming.