QTableView Horizontalheader loop error.
-
If you change the size of the HorizontalHeader with two columns, you have a sectionResize signal synchronized so that the VerticalHeader's Hegith changes to match the transformed column.
However, if you change the size of the TableView and it reaches the size of the Vertical ScrollBar, it will end up in an infinite loop. Do you have a solution?
-
If you change the size of the HorizontalHeader with two columns, you have a sectionResize signal synchronized so that the VerticalHeader's Hegith changes to match the transformed column.
However, if you change the size of the TableView and it reaches the size of the Vertical ScrollBar, it will end up in an infinite loop. Do you have a solution?
-
Which Qt lib version are you using on which OS?
Can you provide a minimum example to highlighting the issue?