Esempio n. 1
0
 // Layout the tabs.
 private void LayoutTabs()
 {
     StackLayoutEngine.HorizontalExpand.Layout(ClientRectangle, Tabs.Cast <ILayoutable> ());
 }