Resize widgets

0
Hey I’m pretty new to Mendix development and i just wanted to ask if its possible to resize a widget and how to do it? For example I develop an App to track tasks and want to show all existing tasks in a nice list. The current Status should be displayed as a small progress bar/circle. Now I face the issue, tht the Progress Circle is just way to huge to be shown in a DataGrid2 row.   I want the circles to be just as small as the font so i get a nice looking list of tasks.
asked
1 answers
3

Hi Syman,

Checkout the particular inspect Progress widget in the UI and check its width and height properties where you can resize them from there as a best practice use a new class for the progress widget and make that class as the parent and reduce the height and width properties for it.

 

Hope this information helps.

answered