Skip to main content

RepositoryItemLookUpEdit.MeasureColumn Method

Name Parameters Description
MeasureColumn(GraphicsCache, LookUpColumnInfo) cache, column Returns the width of the widest column value in pixels (taking the column’s caption into account). This overloaded method uses GraphicsCache for the sake of performance.
MeasureColumn(Graphics, LookUpColumnInfo) g, column Returns the width of the widest column value in pixels (taking the column’s caption into account).