hi,
would it be possible, that the WebFilter UI Component can be collapsed by default? Like one can do with the groupBox like this:
<groupBox caption="test"
collapsable="true"
collapsed="true"/>
I would imagine something like this:
<filter datasource="myDs"
collapsable="true"
collapsed="true">
<properties include=".*"/>
</filter>
Do i miss something, or is this not (yet) implemented? At least for me it seems as a reasonable feature.
Bye,
Mario