#GUI Spacing Issue

1 messages · Page 1 of 1 (latest)

tall shoal
#

Hello everyone,
I am currently working on an app that displays stories stored in a database. I am in the process of designing the user interface and have created a prototype in PowerPoint.
The layout consists of a scroll area as the parent container, followed by a horizontal layout where multiple vertical layouts (or "columns") are placed. However, I am facing a challenge in maintaining a consistent vertical spacing of approximately 10px between each column.
The code I've tested so far has resulted in either the widgets becoming too short or the spacing becoming distorted when calculated based on the tallest widget's height. This leads to an excessive amount of spacing when there are shorter widgets present.
If anyone is interested, I can provide screenshots of the examples for further clarification. Any suggestions or solutions would be greatly appreciated.

see my amazing spaghetti like code https://gist.github.com/Fackym/db9ccce2d7c716d55aff5bca9f4755aa and https://gist.github.com/Fackym/2376d279c8a6521c39187131865b4272

Gist

GitHub Gist: instantly share code, notes, and snippets.

Gist

GitHub Gist: instantly share code, notes, and snippets.

tall shoal
#

🙃