Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
Can you help me , how to make scrollable for radwindow .
Posted

1 solution

Hello Mithkr,

You could add a ScrollViewer to the content in the RadWindow. This will show the scrollbar in the RadWindow and you could scroll the content without any problems.

Add this script as the first element of your RadWindow:
HTML
<ScrollViewer HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Visible"> 


I hope it works out for you!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900