Quantcast
Channel: Caliburn.Micro: Xaml Made Easy
Viewing all articles
Browse latest Browse all 1760

Commented Issue: [Phone] Bind to ToString Value [208]

$
0
0
By default, when not using CM, if I bind a ListBox for example to a List<Item> the text displayed for ListBoxItem is the value of ToString of Item object.

But, when using CM, the framework tried to find a view for Item (which is fine) and if it didn't find one it displays "Cannot find view for Blah.Namespace.Item".

This behaviour should change to have ListBoxItem display the value of ToString.

The same applicable to any other control that have the same behaviour as ListBox.

Refer to: http://caliburnmicro.codeplex.com/discussions/299193 for more details about the issue.
Comments: fixed in 3f8aa2475d70

Viewing all articles
Browse latest Browse all 1760

Trending Articles