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
260
Group header increases in height when displaying 16x16 icon
posted

Hi,

I have an explorer bar control to which I assign an icon as follow. The style of the explorerbar is set ControlContainer.

Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();

appearance1.Image = GrantEd.Common.WinUI.Resources.GrantEdIcons.GetIcon(GrantEd.Common.WinUI.Resources.Icons.notes_16);

ebAssociatedTaskItems.Groups["Notes"].Settings.AppearancesSmall.HeaderAppearance = appearance1;

The icon is 16x16.

As can been seen in the attached file, the group header increases in size. In addition, the icon is not displayed. Is there any other property I should be setting?

 

Cheers

Peter

 

explorer bar header.zip
Parents Reply Children