lazarus-ccr/components/fpspreadsheet/examples/visual/zoom
2023-04-24 14:17:59 +00:00
..
readme.txt fpspreadsheet: Add example for zooming. 2016-09-28 09:08:15 +00:00
zdmain.lfm fpspreadsheet: Redo storage of formulas: formulas now are stored in a separate tree independent of the cells tree. The field FormulaValue of TCell record was removed. All unit tests passed. Demos updated (issues of speedtest due to SST in BIFF8 found - not related). 2018-05-30 22:15:07 +00:00
zdmain.pas fpspreadsheet: Redo storage of formulas: formulas now are stored in a separate tree independent of the cells tree. The field FormulaValue of TCell record was removed. All unit tests passed. Demos updated (issues of speedtest due to SST in BIFF8 found - not related). 2018-05-30 22:15:07 +00:00
zoomdemo.ex-meta fpspreadsheet: Use category "CCR" in fpspreadsheet example projects' metadata files. 2023-04-24 14:17:59 +00:00
zoomdemo.lpi fpspreadsheet: Check (and fix) compilation of all demos. Reset debugger to "automatic". 2021-04-14 23:33:18 +00:00
zoomdemo.lpr fpspreadsheet: Add example for zooming. 2016-09-28 09:08:15 +00:00

This example demonstrates two ways of zooming in the WorksheetGrid.

In the first one (checkbox "Override file zoom factor" off), the zoom factor
read from the spreadsheet file is used for displaying the worksheet in the
grid.

In the second one (checkbox on), the file zoom factor is ignored.

The zoom factor can be changed by entering a zoom percentage in the edit box,
or by using the mouse wheel with CTRL and SHIFT keys pressed.