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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -