View element that knows how to enforce the visible state of the stacked items.
Inheritance: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
示例#1
0
 /// <summary>
 /// Creates and returns the view element that laysout the main client area.
 /// </summary>
 /// <returns></returns>
 protected override ViewBase CreateMainLayout()
 {
     // Layout contains all the stack elements
     _viewLayout = new ViewLayoutOutlookMini(this);
     _viewLayout.PreferredSizeAll = true;
     return(_viewLayout);
 }
 /// <summary>
 /// Creates and returns the view element that laysout the main client area.
 /// </summary>
 /// <returns></returns>
 protected override ViewBase CreateMainLayout()
 {
     // Layout contains all the stack elements
     _viewLayout = new ViewLayoutOutlookMini(this);
     _viewLayout.PreferredSizeAll = true;
     return _viewLayout;
 }