Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When Autosize is disabled, all months expand to fit the control. When Autosize is enabled, the months maintain a balanced margin.

Example

Code Block
 // Disable autosize and set a new grid size 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.Autosize", 0) 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.GridSize", 2:@FM:2)

...