WPF controls include UserControls, which are composite collections of other controls, and CustomControls, which are controls built with WPF styles and templates.
1
vote
0answers
180 views
DataTemplateSelector and update binding manually
I am using a DataTemplateSelector to swap input method for user based on whether he wants to enter text or pick a date value. Which means the selector switches between a TextBox and a DatePicker. Each ...
0
votes
2answers
41 views
Get control's values from another page
Windows 8 Application C#
I have several TextBox and ComboBox controls on a page. On another page I would like to get the values of these controls to use them again (e.g cboTeam.SelectedValue).
Is ...
1
vote
0answers
21 views
Margin around FixedDocument in DocumentViewer
I am displaying a FixedDocument in a DocumentViewer, and by default the ScrollViewer shows the document with no margin above the top or below the bottom of the document.
What I'd like is to change ...
0
votes
1answer
34 views
Trigger on Tab Control
I Had a Tabcontrol
and a RichTextBox control as below
<TabControl x:Name="tabControl" SelectedIndex="{Binding SelectedTabIndex, Mode=TwoWay}">
<TabItem Header="Edit" TabIndex="0" ...
0
votes
0answers
18 views
rotation in nokia map with heading value the position of child value remains static
rotation in nokia map with heading value the position of child value remains static.
map rotates however the maplayer(mapoverlays with uielements) remains static.means not rotating.
however if i ...
0
votes
2answers
154 views
Rotating image on button click WPF
I have included images on a canvas on my WPF user control:
<Canvas>
<Thumb Canvas.Left="19" Canvas.Top="-7" Canvas.ZIndex="99" DragDelta="Thumb_DragDelta">
<Thumb.Template>
...
0
votes
1answer
25 views
Background color of button in WPF
How to maintain the background color of button even after pressing the Button, right now i am having the style for the button as below
Through Multi triggers using IsPressed property i am changing ...
0
votes
2answers
118 views
WPF VB.NET - Reference Controls in MainWindow from a Module
I want to use modules in my first WPF application, as I'm used to using them in WinForm applications I've created before. So I have this button, with a textblock inside.
MainWindow.xaml:
<Button ...
0
votes
2answers
48 views
Supplying a DataTemplateSelector runtime resources, how? WPF/XAML
When a DataTemplateSelector is declared in an XAML Control's Resource (as below) how can it be supplied/bound to a runtime value that is not a member of the ItemsSource? For example it may require a ...
1
vote
2answers
54 views
Select the records depending on the From and To dates in the date picker
I have two DatePicker's in my application and I have to select records depending on the user selection of date ( from date - To date). the below figure displays the design of my Datepicker. I would ...
0
votes
1answer
44 views
how to load user control with scroll bars in WPF?
I am trying to load a User control in the Window by using content control's content property in code behind.
every thing is fine , but my friends were not able to see all the control on the page due ...
0
votes
3answers
41 views
wpf how to temporary remove a control from the main view and put into a new window
I have WPF application which has a main window that contains panels. I want to be able to temporary remove one panel from the main view (after button click) and put it into a new window in full screen ...
0
votes
0answers
46 views
How to design a infinity scrollView in two direction with WPF
I current working on a wpf control which require a infinity scrollView. and it should can be scrolled in two direction. I use a scrollView and check offset each time which mouse left button up,and ...
0
votes
0answers
35 views
Interactive Map - Scatterview Items and Button XAML Formatting
I'm trying to make an interactive map of my campus and I'm having an issue with Buttons and Scatterview item formatting.
The idea is to have the buttons set to specific areas on the map (which is ...
2
votes
2answers
122 views
DataGrid that uses binding to create table with comboboxes
I have a DataGrid that should have a text column for the first column, and then the succeeding columns should be combo boxes with a different set of items for each column.
The problem is that the ...
0
votes
2answers
41 views
How can i change background of Border-Control runtime in wpf?
I have taken Border Control in WPF application. And want to change background on set focus. For that following code is written, but it is not working.
Style _Style = new ...
0
votes
0answers
34 views
Using ElementFlow in WPF C# application
I am developing an application for windows with WPF C# in Microsoft Expression Blend 4. I am trying really hard to implement ElementFlow from FluidKit, but however it doesn't work. I copy'd over the ...
0
votes
4answers
55 views
Find which UI Element the mouse is over
How to find the UI Element which is directly over the mouse over point.
Here Experience Age, Experience Month are Custom controls.
How do i get the Experience Month UIElement?
-1
votes
1answer
84 views
Order In Chaos Of Control Initalization Steps
I would like to know when is actually what happening inside initalization process of controls when I start a WPF application?
When are DP initalized? When Binding? When does DataContext get set? Is ...
0
votes
2answers
49 views
How to start the main class in WPF application?
I am a newbie to WPF.I have a problem in developing the WPF application where I want to start a class as start up object,after I want to Show the welcome form. When I was trying to put the main method ...
0
votes
0answers
18 views
Restyle tabitem with Certain Shape ?/
I would like to restyle my tab item To have Arrow like structure showing the progress of filled data from one tab to another tab
How to draw that Particular Tab item STructure using control templates ...
-1
votes
0answers
15 views
WPF and Blend listview problems
guys!
I'm new to WPF and Blend, and I'm having a problem working with listview control. Listview that I need has a few columns, and the problem that I have is setting the value of specific fields in ...
0
votes
0answers
60 views
How to convert large canvas to image in WPF?
My problem is that. If width is less than 6000 not problem, everything is okay, but if greater, then appears my problem. Image is distorted. Some shapes are not shown, white shape turn into black etc. ...
1
vote
1answer
79 views
How can I get the “Selected MenuItem” in WPF
I was wondering how can I get the "Selected" MenuItem from a Menu. I did many researches and visited many forums, but did not found the answer.
Basically, I want to get the "Selected" MenuItem so I ...
0
votes
1answer
35 views
How to properly handle focus
Lets say I have next layout:
Window
UserControl
UserControl
UserControl
Button
GridControl
GridCell
And lets say that GridCell currently has Keyboard focus. If ...
0
votes
2answers
46 views
load datagrid ItemsSource from a Page to a Window
I am developing an application which uses NavigationWindow as follows
NavigationWindow as Mainwindow.
Page0.xaml which has a 2 datagrid's (dgMaster and dgDetail) in Master Detail scenairo.
...
0
votes
1answer
55 views
Pivot Itemssource not updating
Hi I have a Category class where I am downloading data from API and displaying in Pivot, now for index 0 of Pivot the data loads, I have added a Pivot selection changed event when user flips to other ...
0
votes
0answers
19 views
Moving borders according to expander
I have two borders in the following form.
<border x:name="brdr1"............>
<grid>
<label..............>
<expander x:name="expdr1" ........>
.........
...
1
vote
3answers
36 views
Custom dependency property isn't getting binded input
I'm creating a UserControl with a DependencyProperty but the DependencyProperty isn't getting the value that the caller is passing in.
I've discovered the following during my own investigation
If I ...
0
votes
3answers
40 views
How can I remove first element of user control?
I have a user control, and have taken as a first element for designing. Now runtime, i want to remove and want to remove the instance of Grid element and want to add Panel element. How it is ...
1
vote
1answer
23 views
Animation with Margine in wpf
i am using this code for animate object from left side margin
ThicknessAnimation da = new ThicknessAnimation();
double width = borderModel.Width;
if (ConstantValue.HideShowModelPanel ...
2
votes
1answer
58 views
how can i access the textbox inside the datagrid using the events of that datagrid?
I have a textbox in a datagrid that is designed using xaml. Can I access the textbox which has been designed in xaml previously in codefile using the events of the datagrid. Please help ...
2
votes
0answers
64 views
Interactive dynamical wpf grid
I have a collection which I want to place on a grid. The collections items have properties that refer to where on the gird the item should be placed, and how many columns and rows the item should ...
1
vote
0answers
54 views
how to bind different xml files to data grid in wpf?
we have 40 xml files.we want to bind to data grid dynamicliy.
40 xml files by diffrent structer
for example
a xml file :
<a>
<at1="val1" at2="val2" >
<at1="val4" at2="val5" >
...
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 ...
0
votes
0answers
26 views
Make Scatterview Appear After Touch
The basic idea is that I have this map image. When a user touches a building, the Scatterview box will appear next to the building.
So visibility is set to false initially for the item, but how ...
0
votes
2answers
53 views
How to create yellow toggle button like Word options
I'm trying to create a menu with buttons similar to the options menu in Word (below).
Is this a specific WPF control that I'm missing, or a custom styled button? I tried setting the background when ...
0
votes
1answer
77 views
Find children of a user control, in a tab item
I have an issue related to finding children of a user control. The user control resides in a tab item of a tab control
XAML
<TabControl HorizontalAlignment="Left" Height="100" ...
0
votes
1answer
66 views
On Button Click validation in WPF
I am working on the WPF application. In my application there are different forms which save the data. I want to validation the data on button click or while lost focus from control. I want WPF ...
0
votes
0answers
27 views
Splash Screen with dynamic Content
I am developing a splash screen for an application , i would like to know how to create a splash screen similar to the "Outlook Mail or Visual studio" showing the animations, with some message while ...
1
vote
1answer
53 views
Accessing WPF controls from a hosting WinForm application
I have a WinForm application in which I am trying to replace my toolbar with a WPF toolbar.
My solution now contains two projects:
A WPF user control project that defines the WPF toolbar
A Windows ...
0
votes
2answers
138 views
WPF - Drawing on canvas with mouse events
I have a problem with handling mouse events on canvas. I want to draw on it using mouse and I've come up with these event handlers, but they don't do anything when I start drawing.
private void ...
0
votes
3answers
125 views
How to save form data to XML or CSV?
We have currently built a application that uses both textbox and combo boxes.
We want to create a save button in a User Control Library that we have already built, and have it save all the data ...
0
votes
1answer
28 views
How to access a custom property in XAML
I have created a UserControl with a dependency property named CustomLabel of type String.
The control contains Label which should display the value of CustomLabel property.
I can do this in code ...
2
votes
0answers
41 views
How does touch / gesture support in WPF compare with Windows Store API
I have been looking but have been unable to find as yet a nice comparison of the differences in touch / gesture support between the Windows Store app API's and WPF.
I have seen that WPF includes some ...
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
35 views
How to set the height of a hosting Windows Form according to the actual height of a WPF user control?
In my WinForm application I have the following class:
public class ItemProperty
{
public string Name { get; set; }
public string Value { get; set; }
}
I've added a WPF user control that is ...
0
votes
3answers
28 views
How to Add Column infront of another column through Code Behind?
While I am In Xaml, Say i have 2 Column Definitions
<Grid.ColumnDefinition>
<ColumnDefinition>
<ColumnDefinition>
</Grid.ColumnDefinition>
I would like to add an Extra ...
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 ...
0
votes
2answers
49 views
Indicating server unavailability in WP8
I'm looking for a best practice to notify that connectivity to a server is available or not. Unavailability can either mean that there is no network connectivity or that the server is down.
...



