I am trying to setup an accordion in the using Silverlight and and the Caliburn framework. The issue is that the content pane does not show when I select an accordion Item.
I\'m using WPF with Caliburn and the MVVM pattern and I\'m trying to set up a dynamic context menu. Currently we have a context menu with it\'s Items bound to a BindableCollection on the ViewModel.
Can I use Caliburn Framework in Windows.Forms application? or it us开发者_JAVA百科e only in wpf applications?You can only use it with WPF and Silverlight applications. That\'s not to say that you coul
I have a WinForms project from which I want to open a WPF window from a WPF user control project. But when I create an instance of the WPF window and call Show(), the bootstrapper i开发者_如何学编程sn
With the below binding in XAML, the selected item is not displayed in a combobox (specifically, the current type is not displayed for a site). We are using the caliburn micro framework and DevForce Id
I\'m putting a project together with Spring.NET and Caliburn v2.I have some objects that I\'m trying to instantiate, but not sure how to go about it.
i have an XamDataPresenter (XamDataGrid) bound to a collection in the ViewModel: XAML: <igDP:XamDataPresenter x:Name=\"dataPresenter\" DataSource开发者_JAVA技巧=\"{Binding Path=AppServers, Update
Say I have a View with a BusyIndicator and a Button that is attached to an Action. What is the best way to make the Button disabled when Show.Busy() is yielded from the action?Is there an easy way to
I have a dialog that is displayed with Show.Dialog(), and has these steps in a method attached to the Loaded event of the view:
public void AddProfile() { //Add conventions for DX Components. Profile newProfile = new Profile() { Description = \"New Profile\",