Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting the Size of a Grid has no effect #361

Open
mkromberg opened this issue Jan 20, 2025 · 0 comments
Open

Setting the Size of a Grid has no effect #361

mkromberg opened this issue Jan 20, 2025 · 0 comments
Milestone

Comments

@mkromberg
Copy link
Collaborator

Run DemoInput. Notice that when the grid is created, WC sets the Size to [400,360]

{"WC":{"ID":"F1.GRID","Properties":{"CellWidths":[100,100,50],"ColTitles":["Value/State","Text","Last"],"Posn":[320,10],"RowTitles":["Text","Numeric","Date 1","Date 2","Password 1","Password 2","Combo","Checkbox","Radio 1","Radio 2"],"Size":[400,360],"TitleWidth":100,"Type":"Grid"}}}

After that, WS sets it to [400,600] - but the size of the Grid does not change:

{"WS":{"ID":"F1.GRID","Properties":{"Size":[400,600]}}}

@mkromberg mkromberg added this to the Blocking milestone Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant