Skip to content

Commit

Permalink
Merge pull request #6 from roman-pikulenkor/master
Browse files Browse the repository at this point in the history
Fixed to prevent scrollbar changing while sort.
  • Loading branch information
jtorjo authored Apr 8, 2024
2 parents 14f3284 + 18e3e31 commit a1db2f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ internal bool TryUpdateUI() {
try {
Expander.OnBeforeUpdateUI();

(_topRow, _topRowIndexWhenNotScrolling) = Expander.ComputeTopRowIndex(_topRow, _topRowIndexWhenNotScrolling);
_topRow = Expander.RowIndexToObject(_topRowIndexWhenNotScrolling);

double y = _self.HeaderHeight;
if (_self.MainDataHolder.Columns.Any(c => c.ColumnGroupName != ""))
Expand Down

0 comments on commit a1db2f3

Please sign in to comment.