Completed
Last Updated: 29 Oct 2015 08:53 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 22 Oct 2014 07:34
Category: RibbonBar
Type: Bug Report
1
FIX. RadRibbonBar - the first tab is missing if the RibbonBar.Expanded property is set to false and the applied theme is TelerikMetro
To reproduce:

public Form1()
{
    InitializeComponent();
    this.AllowAero = false;
    this.RibbonBar.Expanded = false;
    ThemeResolutionService.ApplicationThemeName = "TelerikMetro"; 
}
Attached Files:
0 comments