You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code to handle header sizing do not use t.columnWidths nor t.rowHeights.
The size is always the one from the template's Minsize cached in t.headerSize.
Exposing t.headerSize or have a setter could help set the row header's width and column header's height
Or handle -1 case in SetColumnWidth and SetRowHeight to affect t.headerSize in stead of changing the maps
Checklist
Describe the bug
Neither SetColumnWidth nor template in CreateHeader do not set row header width up.
See the first fixed column on screenshot below
How to reproduce
Run the code below
Screenshots
Example code
Fyne version
2.4.1
Go compiler version
1.21.3
Operating system and version
Ubuntu 22.04 arm64, Windows 10 amd64
Additional Information
No response
The text was updated successfully, but these errors were encountered: