Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to remove right side boundary image on listgrid

    Hi all,

    In all listgrids,there is a right boundary image (please check the image attached),how can i remove that image..i think its for scrollbar.but if there is no scrolling,no need to display that.

    Please say the method to hide that ..

    Please help me
    Attached Files

    #2
    You hit on it already. setLeaveScrollbarGap(false) on the grid.

    Comment


      #3
      yup it works!!!

      I have searched the method with setScrolling() or setShowScrolling() etc that i couldnt find in the api documentation..
      Also I dont mind/check with this method setLeaveScrollbarGap(false) ;

      Thank u very much !!!

      Comment

      Working...
      X