Announcement

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

    ListGrid EmptyMessage when horizontal scroll bar is present.

    The default empty message looks nice and is obvious (center aligned horizontally). When more columns are added sometimes horizontal scroll bar becomes present. By dragging the scrollbar to the right, the empty message is also scrolled, instead of hovering in the middle. If we have many columns then it could happen that the short message is scrolled off visible area of listgrid.
    We are wondering if there is a way to make the empty message always hovering in the middle regardless of scrolling position?

    Thanks
    Attached Files

    #2
    Sorry no, there is no setting to do so.

    It's really not worth the effort, but you could of course add your own widget to display the empty message, detecting whether the grid is empty via isEmpty().

    Comment

    Working...
    X