How to set the size of Item in MultiColumnListView to be adaptive

Solve the problem shown in the figure below

Helps to post an image that’s not broken.

I found this thread that might be related to your request. Unfortunately, you may be limited when implementing it as some bugs remains (defining column size in percent instead of pixel for example). I doubt you can adapt column size to content as it is today… (I hope I am wrong)

Maybe my statement is wrong.
My column width is set. I want the height of each row to be the same.

On the MultiColumnListView component, there are two properties you can have a look at:

  • Fixed Item height
  • Virtualization Method (values are FixedHeight or DynamicHeight).

You probably want to configure those values according to your needs.

If that’s not enough, then you should create a ucss file attach to your view and edit line height through css style. To see how to target lines in your table, use the UI toolkit debugger to find the matching selector