Developer forum

Forum » Development » Custom dashboard - ListWidget

Custom dashboard - ListWidget

Søren Jakobsen
Reply

Hi,

I have created a custom dashboard of type ListWidget. Do anyone know how to either add scrolling or adjust the height of the widget?

ListWidget has a column property - but what about height?

public ProductGroupDashboard()
        {
            Title = "Product groups with uplift/downlift";
            Columns = 6;
            
        }

When the list gets to many items in it then it will get outside of the predefined height (see attachment)

list.PNG

Replies

 

You must be logged in to post in the forum