I could make the treecontrol's width change by specifying it as
'style="width=100%;", but height=100% doesn't work.

I'm having a floater panel with a tree control inside. I describe the usage
[url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=190&thre[/url]
adid=1108558&enterthread=y here. I want the tree control to expand when I
resize the floater panel. Besides setting the IsResizable() { return true; }, I
write code like this but it only gives me a 5-row-tree-control.
<mm:treecontrol name="schemaTree" style="height:100%;width:100%" >
</mm:treecontrol>

Any way I could solve this problem? Or the tree control's size has to be fixed?