so I don't know if scroll is what I want?

scroll "text", id, x y w h, style

Ive got a dialog window, it's got a section with a few id's of text, about 15 seperate lines so far. they take up some space in the dialog, I want to create a small vertically scrolling section, the same width as the text (no problem) about 50% the height of all the rows, so I scroll up or down to see all the lines of text. not sure if 'scroll' is right for this? it seems like a thing you could do in a dialog

(I could use a listbox, but that seems a bit messy when I want the text on regular dialog background, and I dont need all functionality of a listbox for just displaying the text)

Last edited by quartz; 30/07/20 08:18 PM.