Tagged Questions
0
votes
1answer
23 views
ItemsControl children return NAN when asking for Canvas.GetLeft
I have a very simple WPF application that renders simple shapes in a canvas:
The blue squares are ItemsControl and the red circles are Controls
The following step in my application is adding ...
1
vote
1answer
24 views
TreeView with more than one column
I have a basic class that looks something like this:
public class Item
{
private string name;
private bool visible;
private double value;
private Item parent;
...
1
vote
0answers
15 views
Is there any DataProvider that support all the document types?
I'm working on different document viewers eg: Docx,Txt and Rtf. For loading document I'm using Provider of specific document type according to the loading document. eg: for docx I'm using ...
-1
votes
0answers
12 views
wpf toolkit Autocompletebox wrap text property
How To Set Wrap Text Property to AutoCompleteBox in wpf ? i am using System.Windows.Controls.Input.Toolkit ?
<w:AutoCompleteBox x:Name="textbox1" x:FieldModifier="public" Margin="5,3,0,0" ...
0
votes
0answers
27 views
WPF Listview: Force validation when adding or removing data bound collection
I'm trying to build a validation rule for a ListView which should be valid only when there is at least one item on its data bound collection. I've ended up creating a new ValidationRule derived class ...
0
votes
1answer
35 views
Wpf Time Traveling in a ComboBox
I have a combobox inside my Window.xaml which I initialize with it's property SelectedIndex having the value 0 and with it's property SelectedItem having a Binding to a viewmodel's property.
Sounds ...
0
votes
4answers
37 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
27 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
33 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
11 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?
1
vote
1answer
45 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 ...>
...
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
44 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
18 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
26 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
24 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
44 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 ...
0
votes
1answer
13 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 ...
2
votes
1answer
41 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
1answer
31 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
39 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
24 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
10 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
46 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
38 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
25 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
1answer
27 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
30 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
30 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
34 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
34 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
38 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
25 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
46 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
65 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
132 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
36 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
48 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
39 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
34 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 ...
-1
votes
0answers
31 views
WPF Button on Touch Device [closed]
I would like my WPF button work like that on a touch device:
1) you touchDown it
2) the visual state changes to a pressed one
3) you touchUp
4) the command runs
so, one would have the ability to ...
0
votes
0answers
65 views
'[Unknown]' property does not point to a DependencyObject in path '(0).(1)[1].(2)'
I have no clue what's the exception trying to say,i was searching in the forum but still i couldn't figure it out,so posting my question here.
Here is my xaml
<StackPanel ...
0
votes
0answers
29 views
Window screen does show(draw) properly
My app is consisted of many windows showing up sequentially (questionnaire style: question, resolution windows). One of the windows is a resolution screen which is showing a label, image, and button. ...
0
votes
1answer
24 views
How to set the Control Visibilty of the Second Control depending on the Binding Value of the first
I have a Custom Wpf Control i.e. combobox:WpfTwComboBox. I want to set the visibility using a property called DisableProviderSelector.
The usual use of triggers is not helping. The scenario here is ...





