Posted 21 years ago
by Jan van de Pol
Hi,
In my application it is possible to define very simple to complex expressions. The user will be assisted building the expressions trough syntax-highlighting and code-completion (intelliprompt) functionality. The simple expressions usually fit on one line.
For simple expressions I would like to simulate a single-line-textbox.
Somehow I managed to hide the horizontal scrollbar, but I'm unable to hide the vertical scrollbar. Is this possible?
The most ideal solution for my problem would be to have a single-line-expressionbox, which will word-wrap to the next line if the expression is to long to fit on one line. An auto-height method will take place to resize the box to fit all wrapped lines. My container will react to the resize event and update correctly.
Thanks in advance for any comments on this,
Jan van de Pol
In my application it is possible to define very simple to complex expressions. The user will be assisted building the expressions trough syntax-highlighting and code-completion (intelliprompt) functionality. The simple expressions usually fit on one line.
For simple expressions I would like to simulate a single-line-textbox.
Somehow I managed to hide the horizontal scrollbar, but I'm unable to hide the vertical scrollbar. Is this possible?
The most ideal solution for my problem would be to have a single-line-expressionbox, which will word-wrap to the next line if the expression is to long to fit on one line. An auto-height method will take place to resize the box to fit all wrapped lines. My container will react to the resize event and update correctly.
Thanks in advance for any comments on this,
Jan van de Pol