Announcement

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

    ListGrid column auto width

    Is it possible to make a ListGrid column automatically change the width of it to fit the max text in it?

    #2
    I'm sorry for this post.
    The answer has already been here.
    ListGridField.setAutoFitWidth(true)
    and setAutoFitWidthApproach(AutoFitWidthApproach.VALUE)

    Comment

    Working...
    X