Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TPlanner
How to save and restore the planner row and column heights

There is not a built-in method that will save/load these sizes. You can do this programmatically at application level by looping through columns & rows and save/load values for:
  Dbplanner1.GridControl.ColWidths[colindex]: integer
  Dbplanner1.GridControl.RowHeights[rowindex]:integer