Sign in Sign up
nuget

RFBCodeWorks.Mvvm.Controls

This is a Library designed to ease working within an MVVM framework, and is meant to consolidate boiler-plate ViewModel interactions for common WPF controls into pre-built classes. ## Example - A simplified ComboBox Experience A ComboBoxDefinition has the following properties that the ViewModel may interact with, and are easily bound within the XAML using a single binding. - ItemSource (The items within the drop-down) - SelectedItem (The currently selected item) - SelectedValue \ SelectedValuePath ( The value of the SelectedItem, as an object, typically a property of the item ) - SelectedItemChanged event - Occurs and a new item is selected - ItemSourceChanged event - Occurs when the itemsource is updated - IsEnabled - Enable/Disable a control from within the ViewModel - Visibilty / IsVisible - Toggle visibility of an item from within the ViewModel ## XAML: <ComboBox MvvmControls:ControlDefinitions.ComboBoxDefinition="{Binding MyComboBox}" />

nuget View on Nuget

Activity

Latest release
2y ago
Total releases
9
Cadence
~5 days
Last 12 months
0

Details

First release
Jan 27, 2023
Releases
Version Released
1.0.2 patch
1.0.1.2 patch
1.0.1 patch
1.0.0.7 patch
1.0.0.6 patch
1.0.0.5 patch
1.0.0.4 patch
1.0.0.3 patch
1.0.0.2 initial