Advanced Forum Search Results
-
Initially the data is sorted by a number from small to big. When the user sorts by a column and clicks export I want to have the itemssource sorted according to the column the user selected.
For the moment, when I retrieve the itemssource it is allways sorted like the first time the itemssource was added, here by number.
Has anyone ...
-
I have an XML-file which contains a style and is located under the Clientbin-directory.
<Style xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
-
I've added the app as a link, but the compiler won't build, because everything I use in the app file also needs to be in the second project.
For example: RootVisual = new Page(); => in original project there is a page, but in the project where I added the link, there isn't.
Also all the references need to be added to the second ...
-
I've divided my silverlight project in multiple silverlight applications. So now the style that was used before does not apply to all my projects. I was wondering if it was possible to use a style from a certain App-file or to use a file that i can access throught the whole silverlight project.
Or maybe post a link to a page in ...