Jump to content

Unistringgrid width fixed row , col


erdal

Recommended Posts

  • 1 year later...

How to set width to automaticly fit the StringGrid.

 

I tried function witch worked for me on DBGrid component but it doesn't work here.

 

function columnresize(ct, column, width, eOpts)
{
  if (column.fedit) {
    column.fedit.setWidth(width - 2)
  }
}

 

please help.

 

Best regards

Link to comment
Share on other sites

×
×
  • Create New...