Beginner's question on multiline textbox

Started by Fred Tomke, February 26, 2009, 02:39:35 PM

Previous topic - Next topic

Fred Tomke

Hello, I have a question to a textbox in multiline style:

Which settings of AutoHScroll, AutoVScroll, Vertical Scroll Bar, and Horizontal Scroll Bar I have to set (or not to set) that the text won't wrapped at the end of the visible area? Or does this not work with multiline style but only for single line style?

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

This is controlled by the Auto H-Scroll property. However, there is a bug that results in the property not being applied until after the control is created. Unfortunately, this is one of those properties that gets ignored after the control is created, so the net effect is that the property never has any effect.

I've fixed the code for the next build to get applied at creation time. This will mean that you'll be able to enable Auto H-Scroll for multiline text boxes to disable the automatic wrapping in the next build.

Fred Tomke

Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]