Replies: 2 comments
-
Hey @pcolmer |
Beta Was this translation helpful? Give feedback.
-
The challenge here was that I only wanted to fix the size of certain widgets, so switching to a pure drag-and-drop solution wasn't what I needed, unfortunately. In the end, I solved it by altering our code that creates the list of widgets so that the ones that couldn't be resized would have their size reset to the fixed size. This doesn't prevent the user from trying to resize those widgets, but the change doesn't "stick" - it gets reset. Drag and drop to move the widget still works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On our dashboard, we sometimes have board items that are intended to be a set size. If the user drags the item to be larger, the layout doesn't scale - there just isn't enough content to make use of the larger space.
Are any of the following possible?
If not, any other suggestions? The content of these board items currently looks like this:
I'm not sure if that could be altered, instead, to ensure that it stays the same size/shape regardless of how the board item gets resized?
Beta Was this translation helpful? Give feedback.
All reactions