c# - How to add vertical scrollbar to combobox programatically -


i using silverlight , combobox this:

combobox  cb = new combobox(); 

suppose contains items visible on clicking on combobox.

(1) want add vertical scrollbar(or slider) when shows items. programatically.is there inbuilt property in silvberlight or need use scrollbar or slider it?

there inbuilt property of scrollviewer.verticalscrollbarvisibility. set value visible.

for more read this


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -