Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Yes, this has to do with internal padding and how you are using the ThemedGroupBox. It sounds like you are displaying the title within the header. In this case, do not dock the ListView. Get it to look the way that you like within the control, and if it needs to side with the ThemedGroupBox, the set the Anchor on the ListView to Right, Left, Top, and Bottom.
|