wpf-4.0
WPF How to get the control in a nested template
So I\'ve seen lots and lots of examples where someone has a nifty data template with a control in it and their content control is applying the template and their code behind needs to grab it.[详细]
2023-01-25 22:21 分类:问答Problem with image path [C#, WPF]
I need use images in 2 .NET assemblies. One is WPF app {myApp.exe} and second is *.dll {myDll.dll}.File are 开发者_C百科located in this file structure:[详细]
2023-01-25 22:08 分类:问答Converting WPF project - Framework 3.5 to 4.0?
Currently my project delveoped in WPF with Framework 开发者_运维百科3.5 and I am planning to convertert from 3.5 to 4.0? Is there anything to be done to successfully convert from 3.5 to 4.0 or is it n[详细]
2023-01-25 21:31 分类:问答How to limit selection background color to item width in WPF ListView?
How can I make the selection color (blue here) stop at the end of the filename instead of going all the way to the edge of the ListView?[详细]
2023-01-25 20:51 分类:问答Canvas with transforms - what's the best way to draw a grid
I have a WPF canvas that I can scale, scroll and whatever. Now I want to draw (tiling) gridlines on it - preferably depending on the scale, which means that when you zoom out the old gridlines fade aw[详细]
2023-01-25 20:50 分类:问答Animate many Usercontrols as endless list
i get a variable number of user controls ordered as a list. My goal is to scroll these controls upwards. When the topmost control left the visi开发者_Python百科ble area i want to remove it from the to[详细]
2023-01-25 18:47 分类:问答MVVM Light Threading Example
Are there any examples on how to use the Threading portion of MVVM Light? What is the advantage of using the MVVMLight开发者_StackOverflow社区.threading over normal .net threading?looks like all threa[详细]
2023-01-25 17:38 分类:问答Where and how should I implement ScrollViewer in my XAML?
So if (roughly) my XAML tree is as so: <TabControl Name=\"tab1\"> <TabItem Header=\"Untitled\" Name=\"tabMain\">[详细]
2023-01-25 09:29 分类:问答WPF DotNET Application will run in debug mode, but .EXE will not run
I wrote a WPF application in C# using VS 2010. The application will run fine in debug mode using Visual Studio, but when I go to run the .EXE from the bin\\release folder, nothing happens. I do not ge[详细]
2023-01-25 08:14 分类:问答BackgroundWorker with Dispatcher doesn't seem to do anything
I am trying to update an ObservableCollection that is data bound to the UI. I know that to do this I need to use Dispatcher and BeginvInvoke(), and to make it so that 开发者_如何学JAVAthe UI doesn\'t[详细]
2023-01-25 08:07 分类:问答