Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
dongxun #1
Is it possible to make the treecontrol resizable?
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?
dongxun Guest
-
Resizable TextArea
I want to expand TextArea components height when the text in the TextArea is more than the default height. I already read about few successions... -
TreeControl issues, needed help!!!
Hello. I have a nested TreeControl Object in my exention document and I cannot figue out if there is a possibility to manage a nested Tree with... -
mm:treecontrol questions/comments
I have been using the tree control the past couple of days to create an extension and have run into some issues with it. I am wondering if anyone... -
Column Resizable
Hi, I have the row header as linkbuttons. On the linkbutton's click event I am able to sort its column. How can I make it resizable? For... -
TreeControl recommendation?
I am starting work on my first ASP.NET project. I need a tree control that has the same look and feel as the standard windows one. It must be...



Reply With Quote

