rwblinn Well-Known Member Licensed User Longtime User Jul 7, 2013 #1 Dear All, is there a way to show in a MultiLine EditView horizontal lines per line (like horizontal "GridLines"). Want to show the lines in a fullscreen editview to support textinput per line.
Dear All, is there a way to show in a MultiLine EditView horizontal lines per line (like horizontal "GridLines"). Want to show the lines in a fullscreen editview to support textinput per line.
Erel B4X founder Staff member Licensed User Longtime User Jul 7, 2013 #2 There isn't an automatic way to add such lines. You will need to manually draw the lines with Canvas. Upvote 0
There isn't an automatic way to add such lines. You will need to manually draw the lines with Canvas.