lazarus-ccr/components/fpspreadsheet/examples/visual/zoom
2016-12-19 22:20:22 +00:00
..
readme.txt fpspreadsheet: Add example for zooming. 2016-09-28 09:08:15 +00:00
zdmain.lfm fpspreadsheet: Extend zoom demo to show all pages of the same workbook with the same predefined zoom factor 2016-12-19 22:20:22 +00:00
zdmain.pas fpspreadsheet: Extend zoom demo to show all pages of the same workbook with the same predefined zoom factor 2016-12-19 22:20:22 +00:00
zoomdemo.lpi fpspreadsheet: Extend zoom demo to show all pages of the same workbook with the same predefined zoom factor 2016-12-19 22:20:22 +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.