A lot of web pages have a textarea box that has a gripper in the lower-right corner that lets you resize the box.
Is there a way to get that effect using anything in TWebXxx components?
A lot of web pages have a textarea box that has a gripper in the lower-right corner that lets you resize the box.
Is there a way to get that effect using anything in TWebXxx components?
As this would disturb page layout when a user just resizes it, we disabled it by default.
Best we can do is consider to optionally enable this.
Can it be made a property you can enable or disable? Some forms won’t matter, others might.
We'll look to add a property for that
Thanks!