The minimum size of entities in pixels.
Usage
Set_Property(OLECtrlEntID, "OLE.EntityMinSize", Value)
Values
Value can be any positive or negative whole number:
Default: 175
Remarks
The EntityMinSize property can be used to adjust the minimum size of an entity. Currently, entities are represented as columns, so this property would set the minimum column width. This property is only applied when entities are autosized; so users will still be able to manually resize an entity beyond the minimum.
This property cannot be set to anything less than 16 pixels due to the way appointments are rendered.
Example
// Set the minimum size of entities to 50 pixels Set_Property(@Window:".OLE_SCHEDULE", "OLE.EntityMinize", 50)