07-30-2024 07:11 AM
In Windows 11, with all the scrollbars, menus, and button bars turned off, I expected the offset between panel bounds height and window bounds height to be the thickness of the titlebar. But the title bar is 32 pixels. Why does window bounds report an additional 9 pixels?
(LabVIEW 2020)
Solved! Go to Solution.
07-30-2024 09:31 AM
In short, edges.
This is from Microsoft. All windows like that. Not just LabVIEW front panels.
Try move cursor slowly across edge, see when it change from pointer cursor to size cursor.
07-30-2024 10:58 AM
Ah. They count the operation boundary not the visual one.
Thank you for the explanation. I'm hoping I can take that fixed difference into account and still compute the titlebar thickness for different font sizes on different versions of Windows.