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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -