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)