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

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -