Increase the height of a each record

Hi

I have a view as follows.

Tname class subject sName


OOOO 2 ENGLISH XXXX, YYYY, WWWW

KKKK 3 MATHS QQQQ, HHHH

TTTT 5 SCIENCE AAAA

YYTE 8 ART 123,234,4546,6743,233453

I need to increase the height of Sname or all the the fields. I am now able to increase only 7 lines using properties.

HOw can i do this?

Subject: RE: Increase the height of a each record

Nothing in the view or column properties has a limit of 7 lines. There’s one that goes to 9 lines. It looks like you have the items in a comma-delimited list, which I guess wraps. If you make the column wider or the font smaller you can fit more on a line and so will need fewer lines. I can’t think of another way to get the look I think you are asking for.