I have this stupid problem. I bind from view model class property type of BindableCollection to the ItemSource property of ComboBox control.
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.
I would like to hear what bootstrapper (MEF, Unity, Autofac...etc) is suitable (the best) for caliburn micro by your opinion and why?
I\'m trying to use FluidMoveBehaviour from the Dynamic Layout and Styles presentation at MIX 2010 in co开发者_开发技巧mbination with MVVM (Caliburn.Micro).
I bind observable dictionary from view model to view. I use Caliburn Micro Framework. View: <ListBox Name=\"Friends\"
Hi I try solve this situation. I have WPF app with MVVM design. I use Caliburn Micro framework and on injection MEF.
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
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.
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
I have problem with increasing memory. I use MEF in caliburn.micro on creation new screen - WPF window.