BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Andrew,
Thanks for using Syncfusion Products.
We are able to reproduce the reported behaviour with our SfDataGrid and this is due to the limitation of ScrollViewer in Windows 8.1. Here the scroll viewer won’t generate the content after some extent. We are able to reproduce the above issue with following simple code and the same issue is not reproduced in Windows 8.
<ScrollViewer VerticalScrollBarVisibility="Visible" VerticalScrollMode="Auto" Height="500">
<Grid Background="Red"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
Height="3000000" >
</Grid>
</ScrollViewer>
Also we have posted the above issue in MSDN forum and please refer the following link.
Please let us know if you have any concerns.
Regards,
Muthalagu
Hi Andrew,
In SfDataGrid, we have used the Microsoft Scrollviewer to
show the content internally and the issue is reproduced with our control. By
default, SfDataGrid comes with Virtualization support and no need to set it as
explicitly. Also Microsoft accepted this as issue with Scrollviewer in Windows
8.1 and please refer the folllowing MSDN forum link.
MSDN Link:
http://social.msdn.microsoft.com/Forums/en-US/428d4df4-efde-467f-aa67-c6886c70ea69/bugscrollviewer-can-not-show-content-win81-vs2013?forum=winappswithcsharp
Please let us know if you have any concerns.
Regards,
Muthalagu
Hi Andrew,
Normally we cannot use the Virtualization directly to scrollviewer and it
can be applied to panel which is placed inside the scrollviewer. Here the
Virtualization works with Panel and consider only the viewport height and
width. When the ScrollViewer reaches the certain limit in Windows 8.1, it clips
the panel content. Like this our SfDataGrid comes with Virtualization Feature
as, having the panel inside the ScrollViewer named as VisualContainer and consider
the ViewPort height. Hence our SfDataGrid comes with the solution suggested by
MSDN but it not works.
Please let us know if you have any concerns.
Regards,
Muthalagu