AD
Administrator
Syncfusion Team
June 7, 2004 05:33 AM UTC
One simple way to do this is to set the height of the ButtonBarSize to be some max value. When the button is drawn, the drawing code will truncate this height to fit the cell.
ButtonBarSize = new Size(14, 500);