Tagged Questions
0
votes
2answers
32 views
Drawing an Interactive User Interface in WPF
Is there any way to make a user interface in WPF that replicates the following diagram?
The idea was to have a control with three possible directions. In this control users could select the ...
1
vote
2answers
58 views
GUI and Data loading parallel
first of all, I've been reading a lot about this issue, but it's not clear in my mind.
I'm developing a WPF app that implies loading large sets of information from databases, local/remote files, ...
0
votes
1answer
39 views
Wpf form to pull elements from left to right
I wanted to make a screen which is similar to what i have shared . The idea is to pull items from the left to the right . I went through the WPF toolbox and did not find a widget that meets exactly ...
1
vote
2answers
43 views
WPF ItemsControl horizontal orientation and fill parent?
I am trying to horizontally place the items in an ItemControl whilst making them fill the parent control.
Here is my XAMl:
<ItemsControl ItemsSource="{Binding ...
0
votes
1answer
30 views
Executing third party code
We have a WPF (Windows Forms is also applicable) application and for some functionality we are dependent on other teams. I am looking for a best way to execute the functionaity from other teams ...
1
vote
1answer
33 views
Multi-thread UI in WPF
I have two UI threads, one is the main thread and the other is a background thread whose ApartmentState is STA. Each thread creates its own window and the background window has a "Cancel" button on ...
0
votes
1answer
38 views
C# canvas going overpainted
I have a canvas in my main window and I draw a line there.When it draws over the width/height of my canvas ,the drawing continues in my main window.... Is there a mistake in my code or is that normal ...
1
vote
1answer
35 views
How to send random user events to a WPF application
I'd like to create a "fuzz test" for my wpf application where it gets to handle an onslaught of random user events.
Any idea on how this can be done. I see tools like Ranorex where i can automate ...
2
votes
1answer
40 views
How to add a delay to a WPF program without blocking the UI
I am building a device emulator. When it starts, it takes some time for it to initialized. This would be logically represented by being turned on and going immediately to an "Initialization" state, ...
0
votes
0answers
92 views
C# WPF Webbrowser save Selection and highlight Text
I want to select some Text or some Elements, with the mouse, in a wpf webbrowser and save the selection, so that I can send it to an other PC/wpf webbrowser and highlight it with a red font or ...
1
vote
1answer
56 views
how can you disable container recycling in windows 8 app?
If you have time, create a new Blank App (XAML) template and write the following XAML code.
I think creating a WPF Application is useless, because it appears as if container recycling doesn't work. ...
0
votes
2answers
79 views
c# wpf Updating UI source from BlockingCollection with Dispatcher
Here's my problem.
I'm loading a few BitmapImages in a BlockingCollection
public void blockingProducer(BitmapImage imgBSource)
{
if (!collection.IsAddingCompleted)
...
0
votes
0answers
41 views
“System.Windows.Data Error: 4” in a dynamic MenuItem
I have a WPF MenuControl to which I add several menu items at run-time. If you are interested in knowing, the reason is that we read the data from a database and need to create the MenuItems based on ...
2
votes
1answer
35 views
WPF DropShadowEffect Breaking Text in Button
I've defined a style for my buttons that incorporates using a dropshadow for depth.
I've read online that this sometimes causes bluriness of the text, but can be resolved in WPF4 by using:
...
0
votes
0answers
40 views
Wpf lines not displaying properly
I am trying to display multiple UserControls that i designed in wpf but their lines are not showing correctly
theres an image to describe the problem:
heres the xaml code i used for drawing the ...
1
vote
3answers
76 views
Extremely odd issue involving the displaying of data
I've got a DataGrid, as defined below:
<DataGrid Name="dgResults"
IsReadOnly="True"
AutoGenerateColumns="True"
AllowDrop="False"
...
0
votes
1answer
70 views
WPF DataGrid and the WPF Toolkit on Codeplex
ok, I'm totally confused. I'm new to WPF (don't know how many times I read this sentence in the last week) and I'm investigating in DataGrids for my project.
The DataGrid in WPF 4.0 does not provide ...
2
votes
1answer
81 views
Executing long task on UI thread
I am developing a simple custom control which should act as a menu system. It consists of 2 buttons : Back and Home and the menu items above.
The ControlTemplate looks like this :
...
0
votes
1answer
138 views
WPF: Show and hide user controls after user interaction
I have got the following window which contains my user controls in the upper area (depending on the state of the process) and a button. After click at the button one user control will be hidden and ...
0
votes
2answers
72 views
Refresh WPF UI after changing style color
I created a Template in a ResourceDictionary.
I have created a window in order to change the ThemeColor.
This colors is binded to my ResourceDictionary.
Here is my ResourceDictionary :
...
0
votes
1answer
64 views
WPF Window Not Showing Transparency Correctly
TI'm having some trouble getting my Window to be Transparent.
The Window is defined below:
<Window x:Class="HKC.Desktop.Views.UserInterfaces.RemoteKeypad"
...
0
votes
0answers
97 views
WPF Toolkit Extended PropertyGrid binding to collection
I somewhat fear that this question was already asked but I could not find anything useful.
I want to use the PropertyGrid from the WPF Toolkit Extended Community Edition. I want to bind an ...
0
votes
1answer
24 views
How to bind a WPF GUI value to reflect if an underlying value is a certain enum value
I have a WPF application that is supposed to alert users about impending errors in a pump. There are three kinds of errors, which I have defined as an enum in a PumpErrorModel. This pumpErrorModel ...
1
vote
1answer
37 views
WPF Resolution Emulation
We have a WPF system in which we are allowing our clients to design a UI interface for their users. One of the main issues we have is that our clients will possibly be designing an interface in one ...
0
votes
2answers
28 views
How to make the button content display vertically in WPF?
Recently I installed Visual Studio 2010 and I find that the content of the sidebar button goes vertically like that[image]:https://docs.google.com/file/d/0Bw8owcdHum-GUFpUcXk3NnNFZlE/edit?usp=sharing
...
0
votes
1answer
92 views
How to select MS SQL Server database in GUI (WPF)?
I'm developing WPF application and want to have an opportunity to change DB via user interface. I use only MS SQL Server and don't want to select Odbc data sources for that purpose. Neither I want to ...
1
vote
1answer
184 views
WPF TabControl Header and Content not updating?
Setup: I have a tabcontrol with 0...n tabs, and each tab is bound to a class:
class MyTabItem
{
string Text {get; set;}
int ID {get; set;}
ISet<MyTabContent> Contents {get; set;}
}
...
0
votes
1answer
53 views
wpf render gui async
i got an ItemsControl with an Expander in it and in the Expander are a view ProgressBars inclued. My problem is when i am loading the data (which is not my performance problem) and then i update ...
0
votes
0answers
68 views
WPF Canvas Virtualization and Background Issue
In my WPF application I have ItemsControl which has ZoomableCanvas as Panel which provides the Virtualization mechanism for the Canvas. This is working perfectly. This Canvas needs to have a Graph ...
4
votes
1answer
80 views
Strange issue involving disappearing items
I've got a ComboBox which as an ObservableCollection as its item source. Thus, the ComboBox is made up of Labels.
I've got a number of UserControls which can be spawned by the user, and each one of ...
0
votes
0answers
92 views
Best automated testing approaches to test a WPF MVVM User Interface
I would like to know the best automated testing approaches to test a C# WPF MVVM XBAP application. I know there is something called "Coded UI Test" approach in visual studio.
My queries:
1.Is it ...
0
votes
1answer
49 views
Set size to fill a space
foreach (TableContainer table in listOpenUnjoinedTables)
{
var item = new Label();
item.MouseEnter += item_MouseEnter;
item.MouseLeave += ...
5
votes
3answers
283 views
Best practice for changing TextBox Border color?
Suppose you have a View with multiple Texboxes like this
<TextBox Text="{Binding myText1, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True}" />
each already containing some ...
0
votes
4answers
81 views
How to distinguish between user input, but allow the application itself to change text
I've got a textbox, which does not allow users to enter "[" and "]" characters. However, I would like to set the text to be a value containing both "[" and "]" by default. How can I go about this? ...
0
votes
2answers
182 views
How to update a ComboBox's textbox with different text
I've got an editable ComboBox. When the user selects an item, I would like to overrid the text within the textbox to be a different value than what has been selected. For example, no matter what the ...
2
votes
1answer
52 views
How to approach item count checker
I'm trying to create a trigger to disable the combobox drop down button if there are no items. This is the XAML code I've tried so far, however I am unsure of how to detect whether there are no items ...
0
votes
0answers
189 views
WPF VB.NET: Simplest way to update UI while processing data in a main loop?
I'm working on a WPF project in VB.NET (2012).
I'm gathering data from a controller and I want to display it on my UI. The data is collected via a main loop, which I run when the app starts up by ...
0
votes
2answers
85 views
Unable to change property
I'm trying to change the border of a ComboBox - a seemingly simple task, however nothing is happening.
EDIT:
This is my code:
The following appears in an event:
cmb.BorderThickness = new ...
0
votes
0answers
23 views
Focus on a new loaded view via keyboard set focus on an unfocusable element
I have a WPF application where views rotate through as the user's navigate through the steps, as with a wizard. When a user clicks on next, the next view loads and focus is correct. However, when a ...
-1
votes
1answer
52 views
controls size when i maximize my application [closed]
I'm using C# WPF for my application and I'm working to make my application simple (not crowded) with controls in UI.
when I started my project using the default size of windows it was good looking, ...
0
votes
0answers
49 views
The Best UI management [closed]
i'm using c# WPF technique for my own Project .. actually it's amazing and give me high facilities to manage my UI ... But
Few days ago i saw on YouTube a tutorial for sth called DevExpress ...it was ...
1
vote
3answers
45 views
Remove an item based on its content
I have a combobox and would like to remove an item based on the ComboBoxItem's content. How should I go about it? Something like this:
string contentToRemove = "ItemX";
...
0
votes
1answer
94 views
Where can I find Metro theme control color definitions?
I'm trying to make my custom controls behave and look as others in the presentation framework.I tried looking through the GAC with ILSpy, and I can't seem to find a "Metro" definition.
Using colors ...
0
votes
2answers
229 views
Change WPF DatePicker to select a week at a time
I'd like to modify the standard WPF DatePicker to allow a week selection. It's fine if I'm returned a single DateTime as the SelectedDate, but I need the UI to select the entire week row as the mouse ...
0
votes
1answer
100 views
Touch mode in WPF Applications
Some of you may have noticed that Office 2013 contains a new feature called touch mode.
And this is how it looks
I was wondering if i could achieve the same in WPF. Any ideas?
1
vote
1answer
46 views
Long text and opacity gradient mask
I have a WPF/Silverlight control - 200px width. The problem is I want to place an item title on it, but I can't wrap lines. I thought that I can scale a font, but just found out that it's senseless, ...
0
votes
0answers
20 views
WPF: same user content - several ways to show it
I am learning WPF. I want create a slideshow application which has to show the same content in 3 different layouts (select images, edit them, show them).
For the moment I use 3 Grid elements with only ...
0
votes
0answers
55 views
Casting to a type dynamically in VB
I've been hunting through stackoverflow for a while to answer this.
I've got a Listview who's items are Listviews whose children are actually a list(of string) that is a member of the parent ...
0
votes
0answers
236 views
WPF and beautiful looking UIs without breaking MVVM [closed]
I have used WPF for about half an year on medium scale projects and I find it very intuitive and easy to use once you are comfortable with the MVVM pattern. Recently, I have had the (mis)fortune of ...
0
votes
1answer
67 views
GUI refresh in a multithread application causes exception
In my file searching application I have a problem with refreshing the GUI (OnPropertyChanged)
I begin with all my checked dirs:
foreach (string folderPath in dirList) {
this.Search ...






