I have created a TreeView in asp.net page and also set the height and width of the TreeView.But when number of node increased then it did not fit it the specified border.So, I want to dynamically set the size of the TreeView and also set horizontal scroll bar,vertical scroll bar if it overflows.
Please Guide me get out of this issue?
Thanks & Regards,
P.SARAVANAN
put your Treeview in div and put div and treeview in Asp:Panel as follows and set its attribute ScrollBar = “Auto”
Setting ScrollBar = “Auto” will set the scrollbar both horizontally and vertically