How does one go about coding such a structure, I have an example however I’m not sure how to apply masks. The issue is that every list item has a particular height, and position, the scroll bar amends their position and if its current position is within the display window then it is drawn.
But here is what happens when the items position is higher than the viewing window. As its not drawn we have a blank. I do understand I could use a rectangle to mask everything that’s above but then this will cause problems with other gui elements as these are floating windows and would be expected to be drawn above everything else.
Any input would be great thanks.
//--------------------------------------------------------------
there is unfortunately no code with this as it is a pretty big project.