Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

disable scroll bar in BSP

Former Member
0 Kudos

In a BSP application i have created a text field using "<htmlb:textEdit " .. By default that input field is having a scroll bar.. how to disable that scroll bar?

1 REPLY 1

Former Member
0 Kudos

HI Suresh,

Unfortunately there is no option for diable the Scroll bar.

But you can disable the text edit using the disable parameter.

<htmlb:textEdit     id            = "Textedit"
                          text          = "sample."
                          disabled      = "true" />

Thanks.