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
Post a Comment