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

HeatMap Scrolling Content

2 Answers 132 Views
HeatMap
This is a migrated thread and some comments may be shown as answers.
Erhan
Top achievements
Rank 1
Erhan asked on 02 Jan 2015, 08:38 AM
Hello Telerik Team

         I am using heatmap for my application.But ı have lots of rows definition and when loaded content , Rows data zipped for wrapping and ı need to scrolling them. I looked scrollViewer property for configuration . I couldnt.


Best Regards

2 Answers, 1 is accepted

Sort by
0
Accepted
Pavel R. Pavlov
Telerik team
answered on 05 Jan 2015, 09:59 AM
Hello Erhan,

Indeed the RadHeatMap does not have built-in ScrollViewer. However, you can try wrapping the RadHeatMap control in a native ScrollViewer to make our component scrollable. Furthermore, you may need to set the Height and Width properties of our control to fixed size. 

<ScrollViewer HorizontalScrollBarVisibility="Visible">
            <telerik:RadHeatMap Height="300" Width="300" >
            ...
            </telerik:RadHeatMap>
</ScrollViewer>
Please give this approach a try and let us know if you need any further assistance.

Regards,
Pavel R. Pavlov
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.

 
0
Erhan
Top achievements
Rank 1
answered on 02 Feb 2015, 09:26 PM
Thanks to all your teams .
Tags
HeatMap
Asked by
Erhan
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Erhan
Top achievements
Rank 1
Share this question
or