Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
How to change the width and height of a button in the button style column in ultrawingrid.
posted

Hi,

I have a button column in the ultrawingrid. I added the column button using the column style property.

Column.Style = Infragistics.Win.UltraWinGrid.ColumnStyle

It is the last column in my grid.

Each cell in the grid is having a lot of data. So the row height is larger. That is fine. But the button is also occupying the complete cell. Button height and width is also too larger. But I want to reduce the button height and width.

Can you please let me know, How can I specify the button width and height in the cell?

Thanks,

Venkat.