Vertical Webseparator

Hello guys,

How to make the webseparator vertical? In the language reference it has height property but it’s not exposed in the IDE. Giving it a value doesn’t work also. I thought by simply making its .width = 1 and .height = 100 will make it vertical.

WebSeparators are only horizontal.

You could just use a webcanvas with the following code in Paint

g.forecolor = &c777777 G.fillrect 0,0,g.width,g.height