lazarus-ccr/components/fpspreadsheet/examples/visual/zoom
wp_xxyyzz f87e5706fb fpspreadsheet: Add example for zooming.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5229 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-09-28 09:08:15 +00:00
..
readme.txt fpspreadsheet: Add example for zooming. 2016-09-28 09:08:15 +00:00
zdmain.lfm fpspreadsheet: Add example for zooming. 2016-09-28 09:08:15 +00:00
zdmain.pas fpspreadsheet: Add example for zooming. 2016-09-28 09:08:15 +00:00
zoomdemo.lpi fpspreadsheet: Add example for zooming. 2016-09-28 09:08:15 +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.