windows - Multi select drop down list in UWP -


i want multi select drop down list mvvm cross uwp app. there predefined control? or need implement custom control achieve this.

any or suggestions appreciated.

thank you

there no built-in multi-select combobox in uwp, can build own - issue multiselect combobox control in windows 8 .

basically can add checkboxes each item in combobox , create logic gather selected items , provide bindable way access them.

to make simpler, can create special class have ischecked property , add checkbox two-way binding property. ensure checking of box in ui reflected in class , can enumerate items find have ischecked set true.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -