Skip to content

Commit 99a6afc

Browse files
authored
Merge pull request #468 from trimble-oss/466-dropdown-scrolling-to-selected-item-is-very-slow-in-android
Dropdown scrolling to selected item is very slow in android #466
2 parents 307fbeb + 44fc1ef commit 99a6afc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Trimble.Modus.Components/Controls/DropDown/TMDropDown.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ await Task.WhenAll(
256256
);
257257

258258
await PopupService.Instance?.PresentAsync(dropDownContents, true);
259-
dropDownContents.dropDownListView.ScrollTo(dropDownContents.dropDownListView.SelectedItem, ScrollToPosition.End, true);
259+
dropDownContents.dropDownListView.ScrollTo(dropDownContents.dropDownListView.SelectedItem, ScrollToPosition.MakeVisible, false);
260260
_isLoading = false;
261261
}
262262
}

Trimble.Modus.Components/Trimble.Modus.Components.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2828
<PackageId>Trimble.Modus.Components</PackageId>
2929
<Title>Trimble Modus</Title>
30-
<Version>1.4.0.4</Version>
30+
<Version>1.4.0.5</Version>
3131
<Authors>Trimble Inc</Authors>
3232
<Company>Trimble Inc</Company>
3333
<Product>Trimble.Modus.Components</Product>

0 commit comments

Comments
 (0)