Added code to minimize and resize ribbon
This commit is contained in:
@@ -14,6 +14,11 @@ namespace Volian.Controls.Library
|
||||
#region Private Fields
|
||||
private DisplayTabControl _MyDisplayTabControl;
|
||||
private StepTabRibbon _MyStepTabRibbon;
|
||||
public StepTabRibbon MyStepTabRibbon
|
||||
{
|
||||
get { return _MyStepTabRibbon; }
|
||||
set { _MyStepTabRibbon = value; }
|
||||
}
|
||||
private StepPanel _MyStepPanel;
|
||||
private DisplayTabItem _MyDisplayTabItem;
|
||||
#endregion
|
||||
@@ -100,6 +105,7 @@ namespace Volian.Controls.Library
|
||||
//_MyTabRibbon.MyDisplayRTB = null;
|
||||
_MyStepTabRibbon.MyStepItem = null;
|
||||
this.Controls.Add(_MyStepTabRibbon);
|
||||
_MyStepTabRibbon.Expanded = _MyDisplayTabControl.RibbonExpanded;
|
||||
}
|
||||
/// <summary>
|
||||
/// Setup this within control
|
||||
|
Reference in New Issue
Block a user