Hi Christoph,
Greetings from Syncfusion.
We have checked your query and we suspect that you want to show GroupViewItems left aligned. We can achieve this by setting the SmallImageView property as true. Please refer the below code snippet for the same.
Code example:
|
this.WinFormsGroupView.SmallImageView = true;
|
Please try it with the above solution and let us know if you need any further assistance on this.
Regards,
Elakkiya