Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
FPSpreadsheet
»
Optimal Height/Width functionality
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[SOLVED] Getting started ...
by
rushfan
[
Today
at 02:33:39 am]
Why renaming must be done...
by
Joanna
[
Today
at 01:30:00 am]
Game Music Emulator
by
Fred vS
[
Today
at 01:00:26 am]
Lazarus IDE defaults when...
by
Aruna
[
Today
at 12:39:54 am]
Str declaration
by
MarkMLl
[
Today
at 12:39:52 am]
Beeping sound when cursor...
by
carl_caulkett
[
Today
at 12:20:27 am]
DBGRID | Picklist on fiel...
by
TRon
[September 18, 2024, 10:25:50 pm]
Stack Overflow in RtlVirt...
by
af0815
[September 18, 2024, 09:32:09 pm]
Setting the fpc path
by
TRon
[September 18, 2024, 08:02:50 pm]
How to add float value s...
by
LBoxPO
[September 18, 2024, 07:25:39 pm]
Compiler error when check...
by
Thaddy
[September 18, 2024, 07:11:38 pm]
Loading text data from a ...
by
alpine
[September 18, 2024, 06:47:01 pm]
Simple multithreading cod...
by
MarkMLl
[September 18, 2024, 06:10:58 pm]
Recommended way to build ...
by
carl_caulkett
[September 18, 2024, 06:07:42 pm]
Incorrect FPC/Lazarus bui...
by
TRon
[September 18, 2024, 05:26:36 pm]
Vectors to find Center of...
by
Boleeman
[September 18, 2024, 03:48:26 pm]
7zip DLL is super broken
by
domasz
[September 18, 2024, 03:47:13 pm]
Gridprinter Newby
by
Zvoni
[September 18, 2024, 03:03:35 pm]
QuasiClever Fractal
by
Boleeman
[September 18, 2024, 02:23:56 pm]
Bitmap 16bit R5G6B5
by
wp
[September 18, 2024, 11:50:20 am]
"Show Compiler Dialog"
by
MarkMLl
[September 18, 2024, 10:21:49 am]
AI, NLP and CAI: Text Gen...
by
schuler
[September 18, 2024, 09:48:18 am]
Hashids that you need but...
by
Thaddy
[September 18, 2024, 06:10:34 am]
C++ conversion : what is ...
by
Thaddy
[September 18, 2024, 05:44:34 am]
Is there a better web-bro...
by
QEnnay
[September 17, 2024, 11:50:29 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Optimal Height/Width functionality (Read 178 times)
backprop
Jr. Member
Posts: 90
Optimal Height/Width functionality
«
on:
September 02, 2024, 12:33:11 pm »
Is there Optimal Height/Width functionality for selected column/row?
I'm using this quite a bit in LibreOffice Calc, due quite different length of the data. And now I would need to know is it possible to do that from the code.
Logged
wp
Hero Member
Posts: 12302
Re: Optimal Height/Width functionality
«
Reply #1 on:
September 02, 2024, 12:45:05 pm »
Quote from: backprop on September 02, 2024, 12:33:11 pm
Is there Optimal Height/Width functionality for selected column/row?
As far as the elemental non-visual library FPSpreadsheet is concerned: no, because this library does not know about the metrics of the fonts. However, when you use the visual TsWorksheetGrid, there are functions AutoColWidth(ACol: Integer) and AutoRowHeight(ARow: Integer). But note that after opening the saved files in Calc these auto-determined sizes can be off by a few pixels because Calc and Excel add some margin to the cell dimension, and I did not find out how this is calculated.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
FPSpreadsheet
»
Optimal Height/Width functionality
TinyPortal
© 2005-2018