Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    minWidth property

    Hi Isomorphic? Quick question:
    Can minWidth property enforce minimum width for a particular component if that component's initial width is defined as a percentage?
    Thanks!

    #2
    After examing Canvas.js, it appears minWidth is enforced as part of a drag-resize event for that component being resized. Enforcing minimum width for the browser window itself must be enforced differently.

    Comment

    Working...
    X