Advanced Forum Search Results
-
How to sort an observable collection ?Please help me out
-
I have converted your below code to vb.net and i am getting below error " Specified method is not supported." at underline places
Please find converted codePublic Class SortableObservableCollection(Of T)Inherits ObservableCollection(Of T)
Public Sub Sort()
Sort(Comparer(Of T).[Default])
End SubPublic Sub ...
-
Hi,
I have a datagrid for which iam changing the background color of the datagrid row based on some conditions
when i scroll down and up,the background color of the rows getting changed. Below is the code which i used to build the datagrid and apply the color to the rows which met the conditions.Could you please help me in this regard.Even ...
-
Can we apply themes for controls that have controls templates using same approach?
-
How to find element created using DataTemplate for ItemsControl?
-
Is there any workaround for selection in itemscontrol?
Thanks ,
Prejesh Prakash
-
how to create xps documents from Silverlight..I would need to print the Silverlight contents as XPS
-
Is there any xaml coding guidelines available for silverlight?
-
Is silverlight beta 2 controls source code available? if not when will it be available?
-
Dear All,
I am creating a Template for a button.
in that i am specifying image i want to be bound with Tag property of the Button.
For that, i am writing Image path in Tag property of Button. and binding Image source with TemplateBinding as follows.
<ControlTemplate x:Key="btnImageTemplate" ...