10294 : Column width dependent on collisions in phSchema

Question

phSchema:
How can I set the width of a column in dependency on how man SubColumns are generated because of the collision detection? At which time should I set the width?

Answer

You can set the column width in the IphSchemaX3.OnCollisionDetected event. Check the SchemaColumn.SubColCount property to use to calculate the width.

Leave a Reply