Within the header I want to display an image and a piece of text. This is obviously possible, but in this case I want the text to appear underneath the image rather than next to it. Is this possible ?
I've tried using image and text align settings but to no avail.
The image is 48x48, image size property is set to the same.
Hello Mark_C,
I prepared a sample for you with a possible approach to achieve the desired behavior.
I set 'Tab Orientation' to 'Right Top' and 'Text Orientation' to 'DefaultPlus270'. With this approach I was able to set the text to be underneath the image.
You could also use a Creation Filter to achieve your behavior for which you could read at the following link: http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Win_Creation_Filter.html . This is in fact not recommended, because in this way your application will not follow the Microsoft Guidelines anymore and bugs could show in it.
Please feel free to let me know if you need any additional assistance.