how to shut down the up/down buttons for the UltraComboEditor (valueList's buttons)
problem solved. used the arrow display style
Yeah, I still don't understand what buttons you are referring to. It sounds like you are talking about the scroll buttons on the scrollbar, but there is no way to make those invisible, and I can't imagine why you would want to. Scrollbars are standard controls in every Windows application, so I'm confused about what you a trying to do.
Maybe you could post a screen shot of what you mean.
Hello Meir,
I`m not sure that I understand your scenario. Do you mean with "i made them invisable " ? Are you using CreationFilter to hide the buttons or just set Appearance properties.
Please give us more details about your scenario and final goals
Let me know if you have any questions
i meant the ones concernning the scroller in the value list
sorry if i wasn't clear enough
i made them invisable but they still function and i want the functionalitys in them to be avoided.
If I understand well your requirement, maybe you could try to set:
ultraComboEditor1.DropDownButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Never;
Let me know if you have any questions, or if you think that I misunderstand your question.