I need to programmatically force a (WP7 toolkit) ListPicker to show its list in full mode.
How can I do that (or how to send the tap gesture or click to indirectly do the same)?
Thanks!
I need to programmatically force a (WP7 toolkit) ListPicker to show its list in
Share
You can set the
ExpansionModeof theListPickerto your desired style. Via XAMLOr in code;
Hope that helps.