diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
index 68b614f..a93eb57 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -1565,7 +1565,10 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
.select();
$scope.showAnnotation(pinDataForTerm, false, false, true);
-
+ // maintaing scroll position on selection of options in list manager.
+ var annotationTopPos = $(".common-drag").css("top").split("p");
+ $("#canvasDiv").scrollTop(annotationTopPos[0]);
+
$scope.IsSearchVisible = false;
}