Advanced Forum Search Results
-
That article has no relevance to the question at all.
-
Ok so i tried adding an image as the TreeviewItem's Header item = new TreeViewItem();
this.HierarchyTree.Items.Add(item);BitmapImage im = new BitmapImage(new Uri("Images/TerminalGroup.png", UriKind.Relative));Image icon = new Image();
icon.Source = im;
item.Header = icon;
this throws an error when it runs.
So i ...
-
[quote user="Allen Chen – MSFT"]
Hi:
[quote user="littleqiang520"]
Hi sladapter, thanks for your help.
i use listbox's datatemplate and add checkbox in it.i find a question again.if i am not select listbox's item,then click current checkbox which is not checked.
[/quote]
Could you clarify your ...
-
Thanks for the response.
Its a shame, we were hoping to use silverlight for streaming drm'd tv and movies.
I guess i'll do it non drm'd as a proof of concept and wait in hope :P
-
Does anyone know if DRM is included in Silverlight Beta 1?