That only makes it ignore zooming, but the items still move along with the canvas when scrolled.
That only makes it ignore zooming, but the items still move along with the canvas when scrolled.
I have a plot, with huge real time data, and on the left side a list of text. on zooming scrolling i want the text to stay in its place and make only the plots move.
So move the items back to their original position after you scroll the view or overpaint the "static" content on the viewport directly instead of having them as items.
Bookmarks