silverlight-3.0
Silverlight DataGrid scrollbar synchronization
I have 2 Silverlight DataGrids one on top of another. 开发者_如何学运维I want to synchronize their horizontal scrollbars.[详细]
2023-03-05 15:02 分类:问答How can I write (Application.Current as App) in my Silverlight class library?
I have few public properties in App.xaml.cs which is in project A and I want to refer them in my project B. However my project A has a reference to project B, so I cannot add again the reference of pr[详细]
2023-03-05 05:46 分类:问答Teambuild not copying XAP fiesl to _PublishedWebsites
I have a TFS build for sivelright and it copies all the files in the web project to _PublishedWebsites, except the xap file. Error is[详细]
2023-03-05 03:21 分类:问答How can I stop the UI from freezing?
When I add many items to Canvas why does the UI freeze? Say I have a loop from 1 to 1000. I can only see all the elements after all 1000 of them are added. Why doesn\'t the Canvas show up items as the[详细]
2023-03-01 10:35 分类:问答silverlight unit test framework for integration testing
I want to use the silverlight unit tes开发者_JAVA技巧t framework to integration test my application.[详细]
2023-03-01 02:18 分类:问答How can I virtualize canvas?
How can I virtualize canvas? When I add just about 1500 items to canvas, it just freezes for a while and then I get the output on the screen. How can I virtualize it\'s UI so that Canvas only occupies[详细]
2023-02-28 18:43 分类:问答Is there a way to serialize multiple XElements onto the same line?
I\'m dealing with the dreaded <Run/> in Silverlight 3 and having to programmatically create a <TextBlock> and its inlines:[详细]
2023-02-27 04:29 分类:问答How to make some layer mask in Silverlight?
I have an image object and a rectangle object. Now I want to be the image to be only visible where th开发者_StackOverflow中文版e rectangle is, everything else should have an opacity of 0.5 - the resul[详细]
2023-02-24 13:40 分类:问答How can i make a control sticky?
How can i make a control to be sticky? I have a scrollviewer and inside that a grid. Inside grid i have a button. The button is set to horizontal alignment - center and vertical alignment - bottom. No[详细]
2023-02-24 00:32 分类:问答What is the difference between LocalOffsetX vs GlobalOffsetX, LocalOffsetY vs GlobalOffsetY & LocalOffsetZ vs GlobalOffsetZ
What do these terms mean LocalOffsetZ and GlobalOffsetZ. I know they are used in projection and i开发者_如何学运维 read the msdn. But i don\'t quiet seem to understand. My vision is not getting clear[详细]
2023-02-23 15:39 分类:问答