Combo Box Component
Posted on October 19, 2007
Filed Under: 1.0 Javascript, Components |

Here is a basic Combo Box component that is easy to implement and customize. It supports automatic scrolling when the number of items exceed the specified height and is fed by an array.
Comments
Leave a Comment
If you would like to make a comment, please fill out the form below.
Recently
- Now Hiring Silverlight Developer
- Silverlight Streaming for video assets only
- Silverlight Streaming Service
- Compressing XAML to save on file size
- Controlling Silverlight outside of the plugin - the .Content property
- Accessing the canvas in a Silverlight 1.1 User Control
- Happy Silverlight Holidays from Vectorform
- Silverlight Shooter nears completion
- Microsoft Surface Animation - The making of “Infinite Possibilities”
- Silverlight Viewports
Categories
- 1.0 Javascript
- 1.1 Alpha
- Animation
- Application
- Career Opportunities
- Components
- Design
- Games
- News
- streaming
- Team Members
- Uncategorized
- User Interface
- video
- Web Service
- XAML
Hi! Great site. I’m trying to write a Silverlight 1.1 app, and the very first thing I noticed is there are no native controls. Do you have any examples on how to make a Textbox control, or maybe a Treeview control? Thanks!
[…] found this control from this link. The original control is written in Javascript and XAML. I changed that control to Silverlight 2.0 […]