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

Spreadsheet Scroll Mode

1 Answer 117 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Bryan
Top achievements
Rank 1
Bryan asked on 27 May 2016, 02:13 PM
The documentation for RadSpreadsheet says that it supports PixelBased scrolling. How do I enable this? I tried setting the attached property ScrollViewer.CanContentScroll = False, but it doesn't appear to have worked.

1 Answer, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 30 May 2016, 11:46 AM
Hello Bryan,

Thank you for bringing this to our attention. I will add a task to update the related documentation. 

You could control the way RadSpreadsheet is scrolled through the VerticalScrollMode and HorizontalScrollMode properties of the current sheet editor:
RadWorksheetEditor radWorksheet = (RadWorksheetEditor)this.radSpreadsheet.ActiveSheetEditor;
radWorksheet.VerticalScrollMode = ScrollMode.PixelBased;

Hope this is helpful.

Regards,
Tanya
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Spreadsheet
Asked by
Bryan
Top achievements
Rank 1
Answers by
Tanya
Telerik team
Share this question
or