Hi,

When an Item is selected in QTreeWidget, the selection background extends till the width of the widget (single column QTreeWidget), whereas when an item is selected in QListWidget, the width of the selection background is relative to the width of the current Item.

Can I make QListWidget selection behave like QTreeWidget ?

Thanks a lot.