If a RibbonView is used in a WPF, where the Window SizeToContent property is set to WidthAndHeight, the Window takes too much space.
Since we want to give our users the maximum control over the look&feel of our applications we allow them to change font sizes thanks to the excellent theming support of the WPF UI. But that REALLY needs a functioning size to content support otherwise windows look either totally empty or fully overcrowded. Please fix this!