caliburn
Using the accordian control in Silverlight Toolkit With the Caliburn framework
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.[详细]
2023-03-25 21:24 分类:问答WPF update context menu items before menu display
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.[详细]
2023-03-25 20:19 分类:问答Can I use Caliburn Framework in WinForms application?
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[详细]
2023-03-14 06:40 分类:问答Caliburn Launch without App.xaml, but with bootstrapper
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[详细]
2023-03-05 08:29 分类:问答Why does the SelectedItem not display in combobox
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[详细]
2023-03-04 02:49 分类:问答Spring.Net/Caliburn v2 Dependency hell?
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.[详细]
2023-02-23 04:56 分类:问答WPF Caliburn: Recognize when values of collection items change
i have an XamDataPresenter (XamDataGrid) bound to a collection in the ViewModel: XAML: <igDP:XamDataPresenter x:Name=\"dataPresenter\" DataSource开发者_JAVA技巧=\"{Binding Path=AppServers, Update[详细]
2023-02-20 13:14 分类:问答Caliburn - IBusyService Logic
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[详细]
2023-02-16 02:53 分类:问答Caliburn bug with Show.Busy() and Show.NotBusy()
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:[详细]
2023-02-15 21:07 分类:问答Caliburn Can{Action} not getting updated on Refresh()
public void AddProfile() { //Add conventions for DX Components. Profile newProfile = new Profile() { Description = \"New Profile\",[详细]
2023-02-15 16:16 分类:问答