Class PanelTreeAndCards
Implements panel with tree control on the left and CardPanel on the right separated with splitter.
[ControlCategory("Panels")]
public class PanelTreeAndCards : SplittedControlsPanel, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, ILayoutItem, INotifyDataErrorInfo
- Inheritance
-
PanelTreeAndCards
- Implements
Constructors
- PanelTreeAndCards()
Initializes a new instance of the PanelTreeAndCards class.
- PanelTreeAndCards(Control)
Initializes a new instance of the PanelTreeAndCards class.
Properties
Methods
- Add(string, AbstractControl)
Adds new page.
- Add(string, Func<AbstractControl>)
Adds new page.
- OnLeftTreeViewSelectionChanged(object?, EventArgs)
Handles the selection change event for the left tree view.