rencarnacion Posted July 23, 2025 Posted July 23, 2025 Hello @farahad, I'd want to know if you have in your planning to insert the responsive feature to the Unigui Framework, we have years asking for this feature 2 1
Sherzod Posted July 23, 2025 Posted July 23, 2025 Hello @rencarnacion Yes, this topic has actually been discussed before on the forum. While the idea of automatically handling responsive behavior without manually setting layout conditions is interesting, it still has some practical limitations. If the goal is to simplify design-time configuration, it might help to implement some helper properties or wrapper components to reduce repetitive code. But fundamentally, layout conditions will still need to be defined somewhere. Personally, I think it's a good idea in theory, but in practice it would still require layout conditions, similar to what we already do using responsiveConfig and client-side alignment techniques. There are also some examples on the forum that show how to handle this effectively. For example:
Recommended Posts