Tagged Questions
0
votes
0answers
14 views
Resizable TextBox in Expression Blend
How can I make a textbox that the user can resize with a resize grip? Also, it is housed in a rectangle and the whole thing is in a grid. I'd like to make the whole grid resizable.
I'd also like ...
0
votes
0answers
32 views
How do I make a slider return to the original position once the user releases it? Expression Blend
I want to make a slider that acts as a button. When the user slides it to the left, it returns to the original position on the right once the user releases the mouse button
1
vote
3answers
44 views
WPF UI not updating after incoming WCF message
I have an MVVM app, where my ViewModel PingerViewModel processes incoming WCF Ping() messages. Processing such a message happens on a thread of Scheduler.Default's thread pool.
Semantically, incoming ...
2
votes
2answers
44 views
How to restyle a tab in WPF
i am new in wpf. here i am posting a picture of a tab. just guide me how can i re-style a tab having same UI in WPF as per my picture.
1
vote
3answers
37 views
Updating the UI right before running the BackgroundWorker
I have this really little problem, but which can't be easily solved. Currently, my program has 2 buttons, a "Start" and a "Cancel". When the user clicks the start, the buttons should go instantly:
...
0
votes
1answer
30 views
WPF drag value inside TextBox to change it
I'd like to mimic the behaviour in WPF that is found for example in Expression Blend:
With a TextBox, user can drag the current value up or right (to increase value) or down or left (to decrease ...
1
vote
2answers
33 views
C# WPF : slider going to exact position
I'm using a slider in a WPF window and I want that when the user clicks somewhere on the track of the slider, the thumb to go to that exact position. Currently, when I click somewhere, the thumb goes ...
0
votes
1answer
29 views
Finding out whether string can fit into rectangle on the screen [duplicate]
Given a string with known formatting options, and a rectangle of known dimensions in pixels (widht, height), what is the best way to determine whether the string can fit for display in the given ...
2
votes
1answer
25 views
Strange rendering issue using WPF within a WinForm
I'm displaying a WPF UserControl (which contains a DataGrid and another UserControl for paging) on a WinForm inside an ElementHost. when I display that form and it attempts to render it to the GUI I ...
0
votes
1answer
36 views
Resource file code not generated
I have my default resource file Resources.resx for which visual studio nicely generates a designer.cs class, but when I try to create Resources.de-DE.resx, it does not generate.
I checked all the ...
1
vote
1answer
47 views
Programmatically scrolling a ScrollViewer with a timer becomes jerky
Animating the scrolling in a ScrollViewer seems to be a common task. I implemented it using a timer, similar to the approach found here. This method was working great, it was very smooth and looked ...
0
votes
1answer
52 views
Stretching from the top left when changing width & height wpf
So I have a window that has a "drawer" of sorts. It slides out from behind the window when a user hits a button and it sits to the right of window.
The user can resize the main window (its a ...
0
votes
2answers
44 views
Using Icons in WPF Database Driven Application Results
I am attempting to make a WPF application. The application needs to use a "list view" to show results of queries to the database. I have been able to successfully create the application (GUI, ...
0
votes
1answer
21 views
What is wrong with my current WPF project that I can't import FXG files? Expression Blend
I'm working on a WPF project, in Blend, and wanted to import an Adobe FXG file, but that command is disabled. The other commands under File>Import are enabled.
Also, I created a new blank WPF ...
0
votes
1answer
50 views
Best method to draw schedule grid on window
I have a ViewModel entirely setup using observable collections and am able to drill down in my interface to a specified schedule and want to display each day of the week and for each day i want to be ...