WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
0
votes
4answers
26 views
How to Binding a ItemsControl.ItemsSource with a property of the window in WPF?
Hi I have a Window like this:
<Window x:Class="WinActivityManager"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
0
votes
0answers
15 views
Why does my custom template CalendarDayButton not listen to PropertyChanged?
I've created a custom control based on Calendar that also implements. It's functionality is that it can color code days based on if that day is present in a Observable Collection.
I've created a ...
2
votes
2answers
27 views
WPF - How to restyle ComboBox to remove the textbox/editbox and replace with static text
I want to restyle a WPF ComboBox which is formatted to be a drop-list type, BUT remove the selected TextBox which gets populated with the selected contents and just replace it with some static text ...
0
votes
0answers
9 views
Methods necessary to override when creating the custom control derived from FrameworkElement
I want to create a custom control which is derived from FrameworkElement, here i want to know what are all the methods i would need to override for this?
Any one please provide suggestion to me?
0
votes
0answers
8 views
wpf component refusing to be dragged and dropped in new wpf application
I want to use a wpf application (wpf1) as a base for other wpf applications. Therefore, I have tried to use wpf1 as a component for the others.
When I create a new wpf application, wpf1 appears ...
1
vote
1answer
44 views
Path from Resources as Content of Button
I would like to set Button's Content to Path defined in Resources. So I created UserControl, defined Path, two Brushes and button Style in resources... and everything was ok.
<UserControl ...>
...
0
votes
0answers
6 views
WPF Popup doesn't close even if I open new screen from menu
I have a WPf popup inside Usercontrol which I open & closed by binding IsOpen property. Problem which I am facing is that popup doesn't close even if I open a new screen from menu using hotkey and ...
1
vote
2answers
30 views
how to show the following output in wpf datagrid depending on a condition
I am displaying the Processing Time data in a datagrid as follows
using the following statement
var duration_query = this.db.Events
.Where(p => ...
0
votes
1answer
29 views
Textbox focus does not work when focus by mouseclick wpf
When I click on text box by mouse then focus does not display. and when I goes to textbox by keyboard then focus displayed. I am trying below code. So please can any one suggest me how I solve this ...
1
vote
1answer
16 views
How to set a default color to the Pie slices in WPF Pie chart
I am using WPF Pie chart with Labels using the article from Zag studio.This chart refreshes for new values every 1 min. It works fine, but why the color of the pie slices changes for every refresh? ...
0
votes
2answers
24 views
How to Change Position of a control depending on selected value of ComboEdit at runtime in WPF?
I have a ComboEdit which shows Country List in it. On the form their is an ADDRESS tab which is set to active on selection of ComboEdit value. The Position of Controls on ADDRESS tab must be change ...
0
votes
0answers
22 views
Cursor display on WPF TextBox without focus
I have two text box on my screen Name and description.
When focus on Name and now I click on description textbox Cursor is still visible on Name text box but it is not blinking and it also visble on ...
0
votes
1answer
34 views
How to improve performance of WPF Grid control (.NET 4.0/4.5)?
Definition: Having 2D-array of string (about 10 columns, 1,600 rows, fixed length of 7-char) serving as a data source for WPF .NET 4.0 Grid control, the following code snippet has been used in order ...
-1
votes
1answer
19 views
What is the easiest to animate the position of button in wpf?
I want to move a button across a canvas when it's clicked in a way that it changes its position gradually(animation), not vanishing and reappearing in the new position.
0
votes
0answers
46 views
create screenshot from a control without rendering it
I'm trying to create a screenshot from UIElement (Or FrameworkElement) without renderize the control on screen.
When i do renderize the control (calling to control.show()) it's working fine.
But When ...
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 ...
-1
votes
0answers
19 views
how to avode multiple selection of List Box when selection mode property of List Box is single [closed]
I am getting multiple selection of list Box items which having same contents property .even though my list Box selection mode is Single.
0
votes
1answer
10 views
Programmatically create and export WPF Viewport3D visual object in a console application on the fly
I am developing a wpf user control in a wpf user control library it uses Viewport3D.
I see the image in viewport on running application and I can save it to file with RenderTargetBitmap if I call it ...
0
votes
1answer
41 views
C# WPF ToggleButton Changing more than one property in a trigger?
I have a togglebutton and when it is clicked I simply want to change the background and the content. The content changes correctly, but the background changes, but instead of my specified background ...
2
votes
1answer
39 views
Control as dependencyproperty / WPF
I have my custom control derived from Control class. I want to create dependency property of another control (for example, button) and place it in ControlTemplate (so button can be placed in xaml and ...
0
votes
0answers
7 views
Xceed WPF PropertyGrid : decorating property with Category : compiler error
I have basically the same question as the one I asked here. Adding the using Xceed.Wpf.Toolkit.PropertyGrid.Attributes directive solved that.
This time, the compiler does not like ...
0
votes
0answers
5 views
Telerik WPF PropertyGrid : to display nested properties must AutoGeneratePropertyDefinitions be false
Is it possible to display nested properties of an object in the Telerik WPF PropertyGrid when AutoGeneratePropertyDefinitions is set to true?
0
votes
1answer
27 views
How to get Selected Value of DevExpress WPF ComboEdit binded with Entity?
I am having a ComboEdit control in my WPF application which is binded by Entity named with 'Contacts'. now i want to ge the selected value of ComboEdit.
<dxe:ComboBoxEdit Name="ddlFirstName" ...
0
votes
3answers
37 views
Get .Text property from dynamically added Textbox
I am dynamically adding several textboxes to my grid in my code behind. I would like to be able to capture what the user enters into those textboxes.
I'm not quiet sure how to do this as the name of ...
-2
votes
0answers
45 views
How to get WPF Menu items names when window loaded?
I'm new in WPF and I have this :
<Grid>
<Menu VerticalAlignment="Top" Margin="8,13,20,0" Foreground="#FF4B5D51" Height="29" Name="baseMenu"
...
0
votes
0answers
23 views
WPF: Move whole Canvas left [duplicate]
How can I move/translate everything at same time in my Canvas "coordinateSystem" to the left in c# ?
<StackPanel Name="DockPaint" HorizontalAlignment="Left" Width="auto" Height="auto" ...
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
1answer
26 views
Passing Control values
I'm developping a Metro (Windows 8) App in c#. It consists of different pages.
Page 1: Creating an item (step 1) : consisting of multiple TextBox's (Name, Sport, League, ...)
Page 2: Multiple ...
0
votes
0answers
14 views
DataGridTemplateColumn not displaying error text
I have added one DatagridTemplateColumn in the datagrid as below:
<my:DataGridTemplateColumn x:Name="columnRRange" Header="{x:Static MicroResources:Resources.RRangeDiskDosage}" Width="50" >
...
0
votes
1answer
42 views
WPF Hyperlinked Image with rounded corners
Question: How to create hyperlinked Image with rounded corners in WPF/XAML?
So far, existing code for hyperlinked image (no rounded corners) is working (see below):
Hyperlinked Image (WPF XAML)
...
0
votes
0answers
35 views
WPF C# datagrid fix view row (fix scroll)
i am working on WPF datagrid and want to fix view after insert row at top, whenever row insert at top view scroll down by 1 row, i am using following code
int i = 0;
DataTable dt = null;
...
0
votes
0answers
23 views
wpf - control auto resize of panelbaritems when expanding/collapsing
I have a vertical panel which is divided to 3 parts.
Each one is a RadPanelBarItem (i'm using Telerik) with some controls inside, every one of the items can be expanded or collapsed by a click.
Now, I ...
0
votes
0answers
24 views
WPF fixing fuzzy DataPicker text boxes that have drop shadows
I have a WPF form that has TextBoxes and DatePickers. The DatePicker text boxes fonts are really fuzzy because of a drop shadow effect I put on the style. Initially all the controls had an explicit ...
0
votes
0answers
30 views
Setting a CollectViewSource in WPF and C#
I am try to work through this article here Binding WPF Controls to a Dataset msdn
I have my data source and I can get record one to show, so far so good but when I try and set the Collection view ...
0
votes
1answer
26 views
Handling Popup with Togglebutton
I have a Toggle button and a popup in Xaml. popup's IsOpen bound to toggle button's IsChecked and the Popup's StaysOpen is set to false. So the popup will get open when the toggle button checked and ...
0
votes
0answers
28 views
Binding triggers to RadioButtons in DataTemplate on separate DockPanel object
I have 2 DockPanels on a Xaml page (Dock1 and Dock2). Each DockPanel creates a list of RadioButtons using a DataTemplate in a Listbox. Based on which RB is selected I display a specific image from ...
0
votes
1answer
28 views
How do I select all the text in a WPF textbox on click
I have several TextBoxes within a UniformGrid.
I want to select all the within a textbox when it is clicked I'd rather the event came from the uniformgrid. I was able to implement selecting all the ...
0
votes
0answers
19 views
WPF: Access and modify properties of controls in a UserControl from another xaml page
I have a custom UserControl that is mostly made of the following xaml:
<StackPanel Orientation="Horizontal" Margin="0,5,0,5">
<Label Content="Start Date:" Margin="0 0 0 0" ...
0
votes
0answers
29 views
Dynamically loading a listboxitem as a button or combobox in listbox
I am loading a list box dynamically. The listbox items in the listbox should either be a button or a combobox based on the configuration,
I have a custom style for the buttons in the listbox and here ...
-1
votes
0answers
33 views
Adding class properties to ListView
I have this class, generated from Linq to entities from my database model.
public partial class Offers
{
public Offers()
{
this.Members = new HashSet<Members>();
}
...
1
vote
1answer
36 views
TextBox template padding issue
I am trying to re-template a TextBox to have two borders with padding in-between; however, even when I explicitly set the padding on the PART_ContentHost to zero, the padding for the control is always ...
0
votes
0answers
23 views
Enable textbox from checkbox inside ItemsControl.ItemTemplate
I have an ItemsControl that I've bound to an IEnumerable. In the DataTemplate, I am creating a CheckBox for each Enum.
For ONE of the Enum's, I want to enable a textbox outside of the ItemsControl if ...
0
votes
2answers
44 views
Bug in WPF user control
I created a user control with a menu in WPF. It was working just fine and now I'm seeing a format issue with the MenuItem.Header. Basically if I add a header where the name has a "_" character it ...
1
vote
0answers
39 views
How to prevent a WPF custom control created with control template from drawing focus around itself?
I'm developing a custom control deriving from Control and defined using ControlTemplate. After stripping out all bells and whistles, the control displays just four TextBoxes:
<Style ...
-1
votes
2answers
61 views
Insert hyphen automatically after every 4 characters in a TextBox
I want to implement some thing that when a user enters 4 characters then a hyphen should be added to the text and then again user enter 4 characters and then again hypen should added automatically in ...
1
vote
1answer
114 views
Add Properties to KinectTileButton
(vs express2012, WPF, .net4.5)
I am new to C# development.
I am currently developing a windows app using the kinect SDK 1.7
I want to style a KinectTileButton at runtime but not sure how, I have ...
-1
votes
0answers
33 views
How to add Data annotations for data grid text column WPF?
Can some body provide me any example on how to add data annotations to Data Grid using MVVM and display error message in DataGridTextColumn ?
0
votes
0answers
44 views
WPF Datasets - Combo box from Foreign Key Table
Im dabbling in WPF and Datasets for the first time so apologies if this question is basic.
I have a Product Table and a ProductSubCategory in my Dataset that I have created a relationship between ...
2
votes
0answers
37 views
Table column width and horizontal alignment
I searched all over the internet and cannot find a simple solution to stretch table columns to the content width, and how to centralize table in the middle of the screen. It is always aligned to the ...
0
votes
1answer
33 views
WPF dependecy property changed ActualWidth == 0
How do I force a Window to measure its controls in the constructor so the values of ActualWidth and ActualHeight aren't zero? Here is the sample demonstrating my problem (I tried to call Measure and ...





