Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having an icon called 'Tools' in xml file.When the userclicks on the icon he/she will get the list of layers.

How can i add a scroll bar for the list.The layers doesnt have a design page so i have to add the list from xml page itself.

Belowcode shows the list

What I have tried:

HTML
<widgetgroup label="Tools" icon="assets/images/i_widget.png" layout="horizontal">
	
			
				
				<widget label="BQ Marketing Co. Filter" icon="assets/images/i_search.png" config="widgets/BQProfileFilter/BQProfileFilter_Prod.xml" url="widgets/BQProfileFilter/BQProfileFilter.swf">
				
				
				<!--Saikrishna-->
<widget label="CSC Filter" icon="assets/images/i_search.png" config="widgets/CSCFilter/CSCFilter_Prod.xml" url="widgets/CSCFilter/CSCFilter.swf">
<!--Till here-->

			<widget label="Dist. Center Filter" icon="assets/images/i_search.png" config="widgets/DistributionFilter/DistributionFilter_Prod.xml" url="widgets/DistributionFilter/DistributionFilter.swf">
Posted
Updated 14-Nov-16 14:09pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900