Saturday 15 May 2010

XAML control that supports data binding except listview or listbox -



XAML control that supports data binding except listview or listbox -

is there xaml command supports info binding except listview or listbox. developing application using windows azure mobile services table. after retrieving info table binding list listview little preview. when user select item list view want display details of selected item. xaml command suitable task. can utilize lots of textboxes , assign text property c# code. dont think practice. give thanks you

if it's improve collection viewer looking for, utilize datagrid. if want show more info, it's worth making panel , showing more info there selected item (master detail pattern)

all xaml controls back upwards info bindings. utilize datacontext if want children access binding, otherwise can bind straight on property.

for example, have separate panel grid few kid controls. grid's datacontext can set datagrid's selecteditem, it's kid controls can bind item's properties.

xaml data-binding windows-store-apps

No comments:

Post a Comment