| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseClass > BrowseClass Methods >====== UpdateThumb (position the scrollbar thumb) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[updateresets copy reset fields to file buffer .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[updatethumbfixed position the scrollbar fixed thumb .htm|{{btn_next_n.gif|Next page}}]] | | || **UpdateThumb** {{blk2blue.jpg|blk2blue.jpg}} The **UpdateThumb **method positions the scrollbar thumb and enables or disables the vertical scroll bar depending on the number of items in the browse list, the currently selected item, and the active step distribution method. See //Control Templates--BrowseBox// for more information on thumb behavior. **Implementation:** The AddSortOrder method sets the stepdistribution methods for the BrowseClass object. **Example:** ** IF FIELD() = ?MyBrowse            !focus on browse list** **  IF EVENT() = EVENT:NewSelection  !if new selection** **   IF MyBrowse.TakeNewSelection()  !BrowseClass object handles it** **    MyBrowse.UdateThumb            !Reposition the thumb** **   END    ** **  END** ** END**