Right now, I have three alternatives if a field has items with some length:
- See each row with a different height (and worse, not being able to see the full list because of this stretching)
- Completely hide the field from the view.
- Increment the width of the field, so hogging screen real state.
As stated, I would like a third option:
- Disable the word wraping so that I see only the first part of the item and so each row has the same height (and everything fits nicely in the screen).