caliburn.micro
Castle Windsor: Set component dependencies on existing object
In MEF it\'s possible to set the dependencies for an existing object using something like: contain开发者_JS百科er.SatisfyImportsOnce(instance);[详细]
2023-01-27 04:57 分类:问答Caliburn.Micro - is it possible to validate on exceptions with convention-based bindings?
I need to validate on exceptions when doing binding. Is this possible using Caliburn.Micro? Right now I have code that looks like[详细]
2023-01-26 20:05 分类:问答Caliburn element convention
While trying to learn the source fo开发者_StackOverflowr GameLibrary sample application I saw a line like this:[详细]
2023-01-26 13:20 分类:问答Validating data on the UI with WCF RIA and the MVVM pattern
Is there a best practice or widely accepted way of structuring and validating data using MVVM in conjunction with RIA services in Silverlight?[详细]
2023-01-26 03:29 分类:问答Any MVVM frameworks that play nice with RoutedCommand?
RoutedCommand and RoutedUICommand have a lot going for them. There\'s baked-in support for text and for keyboard gestures. You can bind a collection of RoutedUICommands to a Menu\'s ItemsSource and it[详细]
2023-01-25 22:26 分类:问答Caliburn.Micro convention-based bindings not working in nested views?
I have this Caliburn.Micro sample project I\'m putting together and I am having trouble with the convention-based bindings with nested views/viewmodels.[详细]
2023-01-25 21:32 分类:问答Caliburn.Micro & Telerik WPF Controls
Hope you\'re all well. I am using Caliburn.Micro with Telerik\'s WPF controls to build a tabbed interface. Using RadTabControl I have the following code;[详细]
2023-01-24 06:55 分类:问答WPF DataGrid: handling CanUserAddRows=true cleanly with MVVM
I\'ve been looking into MVVM lately, and after I discovered Caliburn.Micro things have been pretty swell; I\'m still in the early learning stages, but I belive I have an OK feel for the MVVM basics.[详细]
2023-01-23 21:26 分类:问答Silverlight, Caliburn, Actions and DataGrids
Anyone know of good code examples of the Caliburn or Caliburn Micro framework exampl开发者_C百科e that illustrate routing Actions with DataGrid items?This example attaches an action to each row in the[详细]
2023-01-20 04:50 分类:问答Bind a Command to a Button inside a ListView with Caliburn.Micro
I\'m trying to create something like a MDI tabbed Interface so I have a navigation pane (a Listbox) on the left, and a ContentPresenter on the right.[详细]
2023-01-15 03:56 分类:问答