views:

15

answers:

1

Hello,

I have a textarea with enabled scrollbar. And here is what i want - when textarea is disabled, scroll becomes disabled also. And i want it to remain scrollable. How can i achieve this?

+1  A: 

i think you have to make readonly. set ReadOnly =true

Hasu
I need disabled.
Walkor
then place your text control in panel control with some max heigt and width
Hasu
In the end, I wrapped control with ScrollViewer.
Walkor