Namespace ReactiveUI.Winforms
Classes
- Activation
For View Fetcher ActivationForViewFetcher is how ReactiveUI determine when a View is activated or deactivated. This is usually only used when porting ReactiveUI to a new UI framework.
- Content
Control Binding Hook AutoDataTemplateBindingHook is a binding hook that checks ItemsControls that don't have DataTemplates, and assigns a default DataTemplate that loads the View associated with each ViewModel.
- Creates
Winforms Command Binding This binder is the default binder for connecting to arbitrary events.
- Panel
Set Method Binding Converter A converter that can handle setting values on a Panel control for binding.
- Platform
Operations Returns the current orientation of the device on Windows.
- Reactive
User Control Non Generic This is an UserControl that is both and UserControl and has a ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).
- ReactiveUserControl<TViewModel>
This is an UserControl that is both and UserControl and has a ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).
- Registrations
.NET Framework platform registrations.
- Routed
Control Host A control host which will handling routing between different ViewModels and Views.
- Table
Content Set Method Binding Converter A binding set converter which will convert from a Table.
- View
Model Control Host A view model control host which will find and host the View for a ViewModel.
- Winforms
Creates Observable For Property WinForm view objects are not Generally Observableā¢, so hard-code some particularly useful types.