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
Extended Module Player
by
Gigatron
[
Today
at 03:04:39 am]
TListView.OnChange Event ...
by
msintle
[
Today
at 02:12:18 am]
environment variables
by
dbannon
[
Today
at 01:59:07 am]
CLI | Wildcard parameters...
by
Remy Lebeau
[
Today
at 01:56:58 am]
Error code 5
by
Remy Lebeau
[
Today
at 01:28:06 am]
Broken Icon Display on ma...
by
msintle
[
Today
at 01:08:59 am]
TMemo and paste from clip...
by
ASerge
[
Today
at 12:45:05 am]
TDBDateEdit component def...
by
wp
[September 11, 2024, 11:56:30 pm]
TStateMachine
by
matthius
[September 11, 2024, 11:40:00 pm]
Problems with Gitlab
by
Joanna
[September 11, 2024, 10:54:12 pm]
7zip DLL is super broken
by
rvk
[September 11, 2024, 10:00:18 pm]
Any support for Perpendic...
by
circular
[September 11, 2024, 09:05:59 pm]
Local Vars often inspect ...
by
Martin_fr
[September 11, 2024, 08:58:22 pm]
Problem with pasting text...
by
artist
[September 11, 2024, 08:55:36 pm]
Cannot open Access databa...
by
VB_Lazarus
[September 11, 2024, 08:33:24 pm]
Identifier capitalization...
by
DomingoGP
[September 11, 2024, 08:33:22 pm]
Searching for a safe alte...
by
bytebites
[September 11, 2024, 08:00:55 pm]
programming with Lazarus
by
MarkMLl
[September 11, 2024, 07:07:51 pm]
Listview how to custom or...
by
jenson
[September 11, 2024, 06:10:31 pm]
Hints.
by
wp
[September 11, 2024, 06:03:36 pm]
Browser User Agent & Frie...
by
MarkMLl
[September 11, 2024, 05:49:58 pm]
How to use newer macOS SD...
by
Hansaplast
[September 11, 2024, 05:42:07 pm]
Disable localisation for ...
by
Nitorami
[September 11, 2024, 05:09:21 pm]
C++ porting: Is this real...
by
iLya2IK
[September 11, 2024, 12:45:48 pm]
LazCAD – First Release!
by
maurog
[September 11, 2024, 11:32:00 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Optimal Height/Width functionality (Read 156 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: 12280
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