c# - How can i make something like this in WPF? -
i got functionality slider, make extensible list in microsoft office. im not sure how make in xaml. thing can think of expander> looks different.
you mean
<combobox> <comboboxitem>1</comboboxitem> <comboboxitem>2</comboboxitem> <comboboxitem>3</comboboxitem> </combobox>
resp:
<combobox itemssource="{binding numbers}" />
Comments
Post a Comment