or
Hi Telerik,
I need a PanelBar similar to the Outlook2007.
I add in the container another RadPanelBar (Groupstyle: ExplorerBarStyle).
The problem is that I cannot modify the size of the container (size:50,50), I have tried with several options but it does not work.
Thank you
private void radTitleBar1_MouseDown(object sender, MouseEventArgs e) |
{ |
if (e.Button == MouseButtons.Left) |
{ |
txtTest.Text = "Down"; |
} |
} |
private void radTitleBar1_MouseUp(object sender, MouseEventArgs e) |
{ |
if (e.Button == MouseButtons.Left) |
{ |
txtTest.Text = "Up"; |
} |
} |