cbpporter Messages: 1427 Registered: September 2007
Ultimate Contributor
I'm trying to draw an outline around the active item in a ColumnList. I'm drawing outlines and not using background color because the ColumnList is meant to never be focused. That's why I added a LineEdit in the sample, to take the focus away.
When the cursor is on the first item, it is drawn correctly.
Any other line, the last line of pixels is clipped from the item.
PS: How do you disable the drag and drop column resizing?