Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3455
When the form is resized the collapsed appearance (image) for the group is not fully viewed (The Group Caption is empty string)
posted

Hi,

This is my code

RibbonGroup rbnGrp = new RibbonTab("MyTab").Groups.Add("MyGroup");

Appearance appear = new Appearance();

appear.Image = Resources.MyImage;

_rbnGrp.Settings.CollapsedAppearance = appear;

I have not given any caption for the group. Now when the form is resized the group is showing its collapsed image (appearance) but it is not fully viewed, That is the image is truncated from the right side.

Regards,

Ceaser

 

Parents
No Data
Reply Children
No Data