[Interest] Quick TableView: Section delegate is above header delegate

Richard Öhlinger r.oehlinger at avibit.com
Thu Jun 16 16:02:31 CEST 2016


In 5.6 there has been a overhaul in how column headers are created Quick 
TableView. Now the header -property of ListView is used.

But the stack ordering (z-property) is of the header is 1, whilst the 
section.delegate is defaulted to 2. That means when scrolling downwards, 
the section heading is above the actual column headers.

Following Quickfix has shown to work:
__listView.headerItem.z : 55

Is this a Bug or am I doing something wrong?

Best Regards,
Richard



More information about the Interest mailing list