10-23-2023, 05:33 AM
Hi Paul,
I'll test your application, but at first seems that it's just a matter of setting the correct properties.
StyleRenderOptions.UseDisplay = True
should fix that. When UseDisplay is set, it will use "display" (does not occupy any space in the page when invisible) attribute instead of "visibility" (does occupy space in the pace when invisible).
I'll test your application, but at first seems that it's just a matter of setting the correct properties.
StyleRenderOptions.UseDisplay = True
should fix that. When UseDisplay is set, it will use "display" (does not occupy any space in the page when invisible) attribute instead of "visibility" (does occupy space in the pace when invisible).

