Tagged Questions
0
votes
1answer
19 views
How to add controls on form depending on country that is choosen in WPF?
I have a tab control which contains the country list in comboedit. I want to display Address format & the controls dyanamically as per order specifed as per company choosen from comboedit. We will ...
0
votes
1answer
8 views
Print XpsDocument scaled to fit page
We are using Telerik's WPF charting controls in our application. The charting controls have built-in support for exporting the graphics to an XPS file. I want to utilize WPF's support for printing XPS ...
0
votes
0answers
60 views
Expanders in WPF
I am new to WPF and working on some projects for our UI. Now to quote my problem
1.) I have openFileDialog box in which user can select dll or text files.
2.) If they select dll we are fine and user ...
1
vote
2answers
60 views
How to expand a control
I've got a UserControl which has a grid, whose specification is as follows:
<Grid Name="fieldsGrid" Margin="15,0,0,10">
<Grid.ColumnDefinitions>
...
0
votes
0answers
56 views
Resizing with Viewbox, Canvas and Drag-Drop items
I want my application to have a Canvas overlaying a background Image. The Canvas will contain objects (TextBlocks, etc.) that can be repositioned (setting Top, Left) via drag-drop.
The application ...
1
vote
1answer
166 views
.NET BarCode Reader in WPF
I am trying to see whether its possible to read the barcode in WPF Applications without using any 3rd party tools. We built an application using WPF and they are not willing to buy any third party ...
0
votes
1answer
46 views
GUI: user drawn controls vs system controls
I'm studying UI on the .NET platform and today I stumbled upon this question: What are the pro and cons of using user drawn (using splines or basic shapes like rectangles or squares) controls instead ...
1
vote
1answer
38 views
How to Customize window title Extended,Gradient
Window x:Class="WPF_UI.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Mian ...
0
votes
0answers
34 views
BackGroundWorker is not working properly
I am using System.ComponentModel.BackGroundWorker in my WPF application.
So, what i am doing is as fllowing
" I have a file browser control and two buttons called import and cancel on a wpf dialog
...
0
votes
0answers
34 views
Changing ScrollBar thumb to jump to click position
I'm building a WPF application designed run on a very large touch screen and user testing has determined that I need to modify the standard ScrollBar behavior.
When a user clicks the background of ...
0
votes
3answers
67 views
Want to run Progess-Bar continuously in UI till we receive the service response
I want to assign a new thread to a continuous Progress-bar in WPF application, so that it will run continuously after clicking on UI button till I receive the service response.
I did a code like ...
1
vote
5answers
81 views
How to remove all tab items except one in wpf?
I want to remove all tab items when i click the logout button
My code is given below
foreach (object item in mainTab.Items)
{
TabItem ti = (TabItem)item;
if ("welcomeTabItem" != ti.Name)
{
...
0
votes
1answer
204 views
WPF Adding an Image Control Dynamically to a Dynamically Built Grid
I have a Grid control I am building dynamically.
I am trying to add some other controls to it, my TextBlock displays fine, but the Image does not.
Yes, the image source is a valid BitmapImage. ...
3
votes
2answers
101 views
wpf canvas wont resize
I am trying to learn WPF, but I have reached an impasse. The problem is that I have a control derived from UIControl, relevant parts:
<Grid>
<Border x:Name="OuterBorder" ...
2
votes
1answer
55 views
How can I add custom behavior for item in panel?
In my WPF project I need to have a panel with following behavior. When you click on an item it should go upper top item.
I have several questions regarding this:
1. Should I create my custom Panel ...
0
votes
0answers
108 views
TreeView - Changing Text binding of textblock dynamically (part of item template)
I have a user control that contains a TreeView Control.
I'd like to set the **binding** of the Text property of the TextBlock used in the TreeView's ItemTemplate, based on the value of a dependency ...
4
votes
2answers
283 views
WPF Custom Controls Constuction,Triggers and Events
WPF Custom Controls
So I want to build a new custom control.
I found few tutorials that gave me some clue of how to achieve this.
As I understand it, creating a new custom control is always done
by ...
0
votes
1answer
162 views
Attached events in WPF: an OK button always requires 2 clicks to close
I have the following XAML
<Window x:Class="SimpleAttahEvent.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
1answer
130 views
Automatically select single line in WPF Form Textbox
I'm trying to automatically select an entire line in a multiline WPF textbox. So if the user clicks on a word on Line 3, the entirety of Line 3 is selected. Any ideas?
1
vote
1answer
149 views
WPF User Control in WinFORMS: Project Structuring
SCENARIO
I decided to work on WPF technology for my new application. This application has to be called on Menu click from a WinForms window. So I created a WPF UserControl Library and integrate it to ...
0
votes
0answers
140 views
WPF MessageBox style not getting set
I am trying to use a wpf theme using ResourceDictonary. It gets applied on TabControl, Buttons, TextInput and other controls except MessageBox. Here is how I applied the theme.
...
0
votes
0answers
127 views
DocumentViewer WPF control not loading
It seems the DocumentViewer control may not like Windows 8. Just by having it on the form (with all the defaults, not data set to it or anything, it hasn't even finished InitializeComponent yet) I'm ...
0
votes
2answers
220 views
WPF .NET3.5 C# Handle Object Issue
I have some trouble with my App, WPF C#.NET 3.5 VS2008, at one customer machine.
My App has nearly 1000 Installation on different windows machines (XP, Vista 32/64, Win7 32/64) and no problem so far.
...
2
votes
1answer
145 views
WPF controls custom design
I need to create some controls that look like the following pictures and I have no idea which control to use or how to make it look like I want:
1) An horizontal bar, such that I could change its ...
2
votes
2answers
118 views
WPF Change between controls
I have a simple application where I have a main screen with some operations, and a second screen that you access when first one is done and you press a button. See image:
Brown areas are fixed left ...
0
votes
0answers
111 views
Change GridLines Color in DataGrid with Multiline Rows
I need to change the color of lines in DataGrid Control.
(.NET Framework 3.5)
I've setted:
HorizontalGridLinesBrush="LightBlue"
VerticalGridLinesBrush="LightBlue"
properties and:
RowHeight="32"
...
0
votes
1answer
49 views
Adjust size after dynamically removing a controle
I have a custom graph user control, I have placed it in a stack panel. There is a maximum of 4 graph controls that can be shown at any time in the stack panel. I have check boxes to control the ...
0
votes
0answers
79 views
Develop an event when moving GANTT chart [closed]
I would like to develop an ms project add-in with VS 2010. It can show a messagebox when I move a component of a GANTT chart (From 12.00 To 17.00).
I think I need to intercept an event on moving the ...
1
vote
0answers
78 views
How to keep the busy indicator working during data binding?
While fetching data or running some other long task on a separate thread the busy indicator is spinning fine but once the long running task is complete and the data binding to a collection used by the ...
0
votes
2answers
98 views
Binding A Specific Column To Database [closed]
I want to bind a first column of datagrid to first column of database.
I tried different ways but still its not complete.
There are total 5 column in datagrid just first will be dynamic (mean ...
0
votes
1answer
65 views
WPF Calendar visible date
Quick question: I have a Calendar's SelectedDate property bound to a DateTime value. However, the calendar displays the "page" with today's date by default, no matter what is the current SelectedDate ...
0
votes
2answers
448 views
How to customize file dialog in wpf
In Windows7 I am using a customized Open File Dialog( WPF application). My Open File dialog is derived from Microsoft.Win32.CommonDialog.
The dialog have old look, how to change this to new look ...
0
votes
1answer
311 views
Get Contextmenu's Parent Control. WPF app
I have a ComboBox control inside Context menu for some Label Control that I have added in Code behind in wpf application. There are many Labels on the page that have Contextmenu. Basically it is like ...
2
votes
1answer
90 views
Determine when a page has finished loading when using WebBrowser view in WPF (Windows.Controls.WebBrowser)
I've used the "LoadCompleted" event and basically once the event is received, I need to take a screenshot of the screen (which I've built). The problem is once this event goes out, the screenshot is ...
1
vote
2answers
518 views
A way to add a WPF window into a C# Form Application
i want to make Form loading a splash screen with transparent background and a non rectangular shape with is click-through-able. is this possible ? how it's made ?
i was wondering if there is a way of ...
0
votes
1answer
361 views
Any good auto complete textbox/combobox control for WPF 4.0? [closed]
I have searched the Internet, found and tried some auto complete box controls for WPF 3.x and Visual Studio 2008. For example: AutoComplete TextBox Control for WPF, AutoCompleteBox in WPF ToolKit, and ...
0
votes
1answer
188 views
Window.GetWindow returns null at design time
I have spent hours figuring out why Window.GetWindow(this) returns null in my custom control. And, it's only happened at design-time. Run-time is fine. Here is the steps to reproduce the problem:
...
1
vote
1answer
70 views
How do I apply a style resource to a usercontrol where that style uses triggers to apply templates?
I apologize if this is an easy question, but I have been trying to get this to work all day and I can't seem to figure something out that is fairly obvious probably.
I have a user control with a ...
1
vote
1answer
216 views
How do I scale path geometry to fit a viewbox without scaling the line width?
I want to draw a user control with content displayed. Essentially I want a custom box around whatever the content is.
I want that box to scale, so I am using a viewbox. Unfortunately, the viewbox ...
0
votes
1answer
532 views
Transition to .NET 4.5 and Visual Studio 2012 from .NET 4.0 and Visual Studio 2010 [closed]
WPF and WCF developer. Write business applications and UI is pretty basic. Want to go to 4.5 for parallel processing ease and features.
Typically on a new release of Visual Studio I will read one ...
0
votes
0answers
227 views
WPF UserControl Loaded after Window Loaded. How I can initialize UserControl variables?
and thanks for your help.
I have developed this UserControl:
And what I want is to place many of them and connect them with lines when application starts, like this:
I need that the UserControl ...
1
vote
1answer
100 views
Transition between user control
I currently have 2 UserControls on my page. The first UserControl1 has a listbox which is bound to a collection. The other, UserControl2, will contain information based on the select from the listbox ...
0
votes
1answer
50 views
Trouble when getting details of a row from a datagrid
I have a datagrid that's declared with the following:
<DataGrid AutoGenerateColumns="True" Margin="10,174,12,35" Name="dataGridArchiveQueue" Visibility="Visible"
...
1
vote
2answers
503 views
How to show a button when item is selected in WPF datagrid?
I have a WPF datagrid that has two associated buttons for editing and deleting data. Ideally, I'd like to disable or make these buttons invisible when an item is not selected in the grid. How do I ...
0
votes
0answers
87 views
WPF 3rd party control licensing problems
I'm trying to use a 3rd party UI control in our WPF application. There are a lot of features/characteristics with this particular control that make it appealing, but their licensing scheme has been a ...
2
votes
1answer
1k views
Custom Treeview User Control MVVM Double Click Bubbling Event WPF
I'm trying to make a custom TreeView and make it a user control. When I wrap the user control in another window, I tried to get the TreeView item double click event in the main window.
<Window ...
0
votes
1answer
785 views
Sum the values of a WPF datagrid column without additional query?
I'm populating the following WPF datagrid:
Using the following method:
private void ButtonFilterWorkflowWhenClick(object sender, RoutedEventArgs e)
{
var db = new DatabaseHandle();
...
1
vote
1answer
75 views
WPF Navigator control - if source equals?
I have a WPF navigator control where I'm trying to do something to the effect of the following so I can clean a URL up before going to the clipboard:
if (webBrowserWorkflows.Source = ...
0
votes
1answer
126 views
Add multiple lines in title bar
I have some situation here. I need to have multiple lines in title bar in window in the .net.One line must be dynamic.How can I do it?
0
votes
2answers
32 views
Why are certain properties in a ControlTemplate not honored?
If I have a ControlTemplate defined:
<ControlTemplate x:Key="ButtonTemplate" TargetType="{x:Type Button}">
<Border BorderBrush="Orange" BorderThickness="3" CornerRadius="2"
Background="Red" ...




