Hello,
I have an UltraGrid and I need to increase the width of my ultragrid's rows.
How can I do this?
Thanks in advance.
Best regards,
Maria
Hello Mike,
I'm so sorry, I wanted to change Height property and I was looking for Width instead.
I've laready solve my problem.
On my InitializeLayout event: e.Layout.Override.DefaultRowHeight = 30;
Thank you.
Hi Maria,
I'm not sure I understand what you are trying to do here. A row does not have a width. The width of the row is an amalgamation of the cells and other elements in the row, like the row selectors.
Did you mean height? The Row has a Height property.
If not, then which part of the row are you trying to make wider? Each column has a Width property.