Re: RFR: 8178297: TableView scrolls slightly when adding new elements [v2]

2020-09-23 Thread Jose Pereda
> This PR fixes an issue that happens when adding new items to a `TableView` or > any other control that uses > `VirtualFlow`, if the scroll position is not 0: the virtual flow is slightly > shifted down. > For instance, let's say that a cell has a layoutY of -10.0. After adding a > new item to

Re: RFR: 8178297: TableView scrolls slightly when adding new elements [v2]

2020-10-09 Thread Kevin Rushforth
On Wed, 23 Sep 2020 10:26:12 GMT, Jose Pereda wrote: >> This PR fixes an issue that happens when adding new items to a `TableView` >> or any other control that uses >> `VirtualFlow`, if the scroll position is not 0: the virtual flow is slightly >> shifted down. >> For instance, let's say that a

Re: RFR: 8178297: TableView scrolls slightly when adding new elements [v2]

2020-10-11 Thread Ajit Ghaisas
On Wed, 23 Sep 2020 10:26:12 GMT, Jose Pereda wrote: >> This PR fixes an issue that happens when adding new items to a `TableView` >> or any other control that uses >> `VirtualFlow`, if the scroll position is not 0: the virtual flow is slightly >> shifted down. >> For instance, let's say that a