Hello Alessio,
To see the whole images, larger than 16x16, you should set an appropriate
Padding value to the
RadPanelBarGroupElement's
CaptionElement:
foreach (RadPanelBarGroupElement groupElement in radPanelBar1.Items) |
{ |
groupElement.GetCaptionElement().Padding = new Padding(0, 15, 0, 15); |
} |
If you need additional assistance, do not hesitate to contact me.
Kind regards,
Nikolay
the Telerik team