silverlight
Silverlight RichTextBox/ListBox/ScrollViewer strange behaviour
I have a user control with the following XAML: <ScrollViewer> <ListBox ItemsSource=\"{Binding Items}\">[详细]
2023-04-11 02:48 分类:问答DataContext Performance is bad when data number is large
If I used DataContext DB to store large num开发者_JS百科ber of data. I found that the performance will be very very slow when data number grows up.[详细]
2023-04-11 02:27 分类:问答Silverlight {Binding Key} - Please refresh my memory?
I\'m sure this is simple, but what the hell am I missing here? Can someone tell me what the keyword \"Key\" is referencing in Text=\"{Binding Key}\"? I know I learned about it previously, but I cannot[详细]
2023-04-11 01:59 分类:问答Silverlight: Disable UI virtualization?
Is there a simple way to disable UI virtualization on a ListBox control? I\'m attempting to find a control within a ListBox control using the \"FindName()\" method, but in the case that the control is[详细]
2023-04-11 01:56 分类:问答MVVM and Custom Controls?
I\'m working on PRISM application with modules, MVVM and so on. I understand PRISM pretty good now and I understand value of MVVM. All those things good to deliver business value which comes from test[详细]
2023-04-11 01:18 分类:问答Silverlight AutoCompleteBox on custom search
I have this object : public class Person { public string FirstName { get; set; } public string LastName { get; set; }[详细]
2023-04-11 01:06 分类:问答Convert an existing Silverlight application to a desktop based application
I have developed a business application using Silverlight, for data access I have used web service..(basicHttpBinding) (highly uses MS SQL Server - SP, Functions)[详细]
2023-04-11 00:44 分类:问答XML ASMX Service with 1 return value - not XDocument so How to Parse?
I am trying to return a value from an \"XML Web Service\" that I did not create.It is an ASMX service with the following return:[详细]
2023-04-10 23:26 分类:问答Arg_TargetInvocationException random error
As title says: there is an Arg_TargetInvocationException that throws exception from time to time when user navigates to Page. Difficulty is that error is unstable and appears randomly.[详细]
2023-04-10 22:59 分类:问答Issue with File Download Redirect
I have a Silverlight application that generates server-side excel reports. A user can run a query with specified parameters,开发者_如何转开发 click Run, and after generating the result set, the server[详细]
2023-04-10 21:52 分类:问答