Won't Fix
Last Updated: 11 Oct 2018 08:28 by ADMIN
ADMIN
Martin Ivanov
Created on: 06 Sep 2018 11:00
Category: GridView
Type: Bug Report
0
GridView: Vertical scrollbar size is wrong when the control is populated in its Loaded event handler
The vertical scrollbar measure incorrectly when the control's ItemsSource is populated in its Loaded event. To reproduce this, set the ItemsSource when the control is initialized. And then populate it on Loaded. Also, to reproduce this you will need to define the columns manually.

To resolve this, populate the data on initialization of the gridview. Or delay the population to happen after the Loaded event. You can use a dispatcher for this.
1 comment
ADMIN
Martin
Posted on: 11 Oct 2018 08:28
The described unexpected behavior is not reproduced with GroupRenderMode set to Flat which is the option that we recommend to use. If the issue is hit and using Nested mode is mandatory, please do not hesitate to contact us.