caliburn.micro
Caliburn Micro Bindable collection - binding to combobox item source displays wrong text
I have this stupid problem. I bind from view model class property type of BindableCollection to the ItemSource property of ComboBox control.[详细]
2023-02-08 03:22 分类:问答bind method on click event of "LabelLink" control in WPF - Caliburn
Hi I have problem to bind method on click 开发者_Go百科event of \"LabelLink\" control. I use pseudeo LabelLink control, I think everybody know this solution with textBox and hyperlink.[详细]
2023-02-05 18:02 分类:问答Which bootstraper for Caliburn Micro
I would like to hear what bootstrapper (MEF, Unity, Autofac...etc) is suitable (the best) for caliburn micro by your opinion and why?[详细]
2023-02-05 02:00 分类:问答FluidMoveBehaviour in Silverlight
I\'m trying to use FluidMoveBehaviour from the Dynamic Layout and Styles presentation at MIX 2010 in co开发者_开发技巧mbination with MVVM (Caliburn.Micro).[详细]
2023-02-05 01:17 分类:问答Must create DependencySource on same Thread as the DependencyObject
I bind observable dictionary from view model to view. I use Caliburn Micro Framework. View: <ListBox Name=\"Friends\"[详细]
2023-02-04 21:48 分类:问答Call method in view model call which take/consume much of time
Hi I try solve this situation. I have WPF app with MVVM design. I use Caliburn Micro framework and on injection MEF.[详细]
2023-02-04 10:25 分类:问答Calling method of Map control with Caliburn Micro and WP7
I have a page (view) in my Windows Phone 7 application that uses the Silverlight Map control. I need to call the SetView method on the control, but I\'d like to stick to the MVVM style of keeping fun[详细]
2023-02-04 10:19 分类:问答Inject many classes in view model class
I develop wpf app with MVVM design. As MVVM framework I use Caliburn Micro. Service I have in external assembly, and it is injected in view models classes with MEF.[详细]
2023-02-04 02:33 分类:问答Does Caliburn require an element convention for a given object to map a ViewModel instance of it to a View instance?
I\'m trying to map a Canvas object in my ViewModel to a Canvas object in my View. However I get a \"CompositionException was unhandled by us开发者_StackOverflower code\" error when I run. Commenting[详细]
2023-02-03 22:26 分类:问答Export with MEF in Caliburn.Micro - Increasing memory problem
I have problem with increasing memory. I use MEF in caliburn.micro on creation new screen - WPF window.[详细]
2023-02-02 08:02 分类:问答