Version

RibbonGroupPanel Class

A System.Windows.Controls.Panel derived element used to arrange RibbonGroup instances within a RibbonTabItem.
Syntax
'Declaration
 
Public Class RibbonGroupPanel 
   Inherits System.Windows.Controls.Panel
public class RibbonGroupPanel : System.Windows.Controls.Panel 
Remarks

The RibbonGroupPanel

is used by template for the RibbonGroupCollection and is responsible for positioning the RibbonGroup instances as well as drive the resize logic using the Variants.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also