Hey everyone!
The Xojo/Real Studio textarea on windows shows up like this .
Isn’t it possible to make it look like this ?
I am using Real Studio 2012 r2.1 but tried Xojo 2013 r2 as well. My OS is Windows 8 64 bit.
Thank you in advance
Hey everyone!
The Xojo/Real Studio textarea on windows shows up like this .
Isn’t it possible to make it look like this ?
I am using Real Studio 2012 r2.1 but tried Xojo 2013 r2 as well. My OS is Windows 8 64 bit.
Thank you in advance
[quote=105418:@Ashot Khachatryan]Hey everyone!
The Xojo/Real Studio textarea on windows shows up like this .
Isn’t it possible to make it look like this ?
I am using Real Studio 2012 r2.1 but tried Xojo 2013 r2 as well. My OS is Windows 8 64 bit.
[/quote]
You seem to be looking for a design close to modern Windows Store applications …
The ScrollBar appears automatically when text is longer than the TextArea. If you want it to appear even when there is no text, set the inspector with no vertical ScrollBar, and use a separate ScrollBar control.
Thanks Michel!
I think turning off the ListBox.AutoHideScrollbars property is an easier way to do this.
Indeed. Neat. Thanks.