Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Dynamic height of FlowLayout

$
0
0
Hi Isomorphic,

it will be nice if you can help us with the following problem: we need to use FlowLayout for showing Tiles of different widths. Tiles can be added or removed dynamically. FlowLayout width should be constant but the height has to adapt to content.

Setting overflow to CLIP_H throws following warning and it is set to VISIBLE instead, which results to extending FlowLayout width (and also it is somehow very slow).
Code:

WARN:FlowLayout:isc_FlowLayout_0:This widget has overflow specified as "clip_h". This overflow setting is not supported - defaulting to overflow:"visible"
In the attachment is modified BasicTilingSample from build (v8.3p_2014-02-24/LGPL Development Only (built 2014-02-24)), testing with FF.

Thank you

Attached Files
File Type: java BasicTilingSample.java (3.2 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles