| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > BrowseClass > BrowseClass Methods >====== UpdateThumbFixed (position the scrollbar fixed thumb) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[updatethumb position the scrollbar thumb .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[updateviewrecord get view data for the selected item .htm|{{btn_next_n.gif|Next page}}]] | | || **UpdateThumbFixed, PROTECTED** {{blk2blue.jpg|blk2blue.jpg}} The **UpdateThumbFixed **method positions the scrollbar fixed 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 fixed thumb behavior. **Implementation:** The AddSortOrder method sets the step distribution methods for the BrowseClass object. **Example:** **MyBrowseClass.UpdateThumb PROCEDURE** ** CODE** ** IF SELF.Sort.Thumb &= NULL  !if no step object** **  SELF.UpdateThumbFixed      !reposition thumb as tho fixed** ** ELSE** **                             !reposition thumb per step object** ** END**