This is a migrated thread and some comments may be shown as answers.

radtextbox with horizontally scroll text

1 Answer 47 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
dev
Top achievements
Rank 1
dev asked on 25 Jul 2014, 08:20 AM
hello,
i use radtextbox

<telerikPrimitives:RadTextBox x:Name="Filename" ClearButtonVisibility="Visible" />

I would like to insert a scroll horizontal.
If i insert
​<telerikPrimitives:RadTextBox x:Name="Filename" ClearButtonVisibility="Visible" HorizontalScrollBarVisibility="Auto"   />
or HorizontalScrollBarVisibility="visible"

not it works.

searching the web I found a way to make horizontal scroll but if i insert style in a RadTextBox receive crash
(http://code.msdn.microsoft.com/windowsapps/Scrollable-TextBox-for-007e3836)

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 30 Jul 2014, 07:39 AM
Hello Ivan,

I have modified the template for RadTextBox in a similar way to the MS suggestion. Have a look at the sample attached and let us know if you have any further questions.

Regards,
Tsvyatko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TextBox
Asked by
dev
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or