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
- Image Carousel Silverlight 2.0
- New Vectorform Blog - Microsoft Surface
- 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
Categories
- 1.0 Javascript
- 1.1 Alpha
- 2.0 C#
- Animation
- Application
- Career Opportunities
- Components
- Design
- Games
- News
- streaming
- Team Members
- Uncategorized
- User Interface
- video
- Web Service
- XAML
Archives
- January 2009
- August 2008
- June 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
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 [...]