Tagged Questions
1
vote
0answers
31 views
Want to provide Resize for my Usercontrol. Can somebody please tell me if i have to provide some additional tags in the Usercontrol?
This is my code. I have Used a UserControl and i have used a grid to hold all the UI/UC.
this form is not resizable. I want to provide resizable options to the user apart from maximize options.
I ...
-4
votes
1answer
52 views
Wpf notification box [closed]
Does anyone know if there is a WPF control that can look like this? Or how to create one myself?
1
vote
1answer
281 views
Command Binding to Routed Event in WPF User-control
I want to bind Viewmodel command to Usercontrol's Routed Event.
Here is the detailed explanation of what I have.
I have a User Control which have one Image (which shows image) and one Button at ...
0
votes
1answer
46 views
WPF Modules in a Apps View
I am in the early stages of designing a WPF MVVM application. I will have several modules in my application and will be adding more in the future. I want the home screen to feel almost like that of ...
1
vote
0answers
67 views
Binding Row to Validation Rule WPF
I want to bind TextBox's Tag (which is inside a DataGrid), to validation rule's CurrentLegStrategy property (which is a DependencyProperty). Although I've done something similar with Deal dependency ...
0
votes
2answers
156 views
creating a reusable user control in WPF
In the (fairly large) LOB application we are building with WPF for UI we have a lot of viewmodels that contain the same kind of data sub-object. For example, there are a lot of addresses
public ...
0
votes
1answer
60 views
How to bind scroll value to a label in WPF?
I have a scroll that changes its value, and I want to write on a Label the value that is taking at every moment.
I have tried this:
<Window x:Class="WpfApplication16.Window1"
...
2
votes
2answers
187 views
How to create circular Slider WPF [closed]
I was wondering how to create a scroll that looks something similar to this:
I'm really interested on being able to build one like this, and I'm not sure on what elemnt is this one and how to ...
0
votes
1answer
163 views
How to move with an animation a ContentControl WPF
I'm trying to simulate this effect on an OnLoad page:
The blue square represents the beggining transaction, and the red one the end of the animation.
In WPF, that square is for me a ...
1
vote
1answer
393 views
Loop Items in WPF ItemsControl or ScrollViewer via Animation?
When moving through items in an ItemsControl or ScrollViewer, can I loop the contents so that the first item comes "after" the last item (as perceived by the user)?
I have a custom ScrollViewer that ...
0
votes
2answers
1k views
WPF Listbox Selected Item Style (Highlighting is Overriding Data-Triggered Style)
This is my first post, so hello to all of you. I am an Access developer moving into .Net and I have a WPF project. Since I am used to subforms in Access, I created user controls to act this way (may ...
0
votes
1answer
35 views
In loaded event of user control, the other user control's control is null in WPF
I have user control, let say UC1.
Inside UC1, I have three more user controls, let say UC2, UC3 and UC4.
The issue is when I refer UC2's control from UC4 loaded event, the UC2's referred control is ...
0
votes
2answers
43 views
Passing Objects Inside A CustomControl
I am working on a custom control and I was wondering what would be the best way to pass some custom properties from my ItemsControl to my ItemsContainers. The properties are few custom values which ...
0
votes
1answer
128 views
WPF Binding at different levels
Hopefully this is obvious to an experienced WPF user. When binding do I have to consider the (embedded) level of the target that I am binding to?
In the XAML below I have MyTextBox which can accept a ...
1
vote
4answers
175 views
set header of tabitem based on content in wpf
Initially I thought that it will be a very trivial functionality but now I am not able to implement it.
My requirement is simple. I am programmatically setting the content of a TabItem. The content ...
2
votes
1answer
196 views
Expose property for WPF user control
Here i've one user- control in WPF, which basically a shows folder tree in one pane and another pane(listview) shows files in that directory.
Now i exposed one property called fileextensionfilter ...
0
votes
1answer
397 views
WPF usercontrol resizing
My goal is to create a usercontrol which will redraw when I change its size in designer. For simplicity I created usercontrol Cross. (I am rather a beginner in WPF).
Cross.xaml:
<UserControl ...
0
votes
0answers
136 views
how to detect removable media(pen drive,extrenal hard disk…etc) using wpf
I have a requirement it need to implement in WPF, one window will have one combobox and it items need to be update with USB (pen drive) names if it available,combo box data need to be refresh when we ...
0
votes
1answer
66 views
User control error: class not found in WPFBindingNavigaorControl.WPFBindingNavigator control
I trying to create a WPF binding navigator control that I want to place in my custom libraries project. It gives me the following error:
Error 1 The type name 'WPFBindingNavigatorControl' does ...
0
votes
1answer
89 views
forward DependencyProperty to control contained in User Control
I'm trying to make a user control that has a few DependencyProperties which are forward to child controls in the user control. After a few trys I got this to work. For testing a made a small example.
...
0
votes
1answer
102 views
wpf usercontrol - MVVM pattern - How to determine the time taken to load
I have a WPF app based on MVVM pattern with Prism. We have a Shell and load the views as user control into the shell. The application contains menu based navigation as in, when you click a menu tool a ...
0
votes
2answers
359 views
2 State WPF Button not changing ImageSource
I am having trouble getting this button (with an image in its content) to correctly change the ImageSource on click. Here is my Xaml and Code Behind.
XAML:
<Window.Resources>
<Style ...
0
votes
0answers
151 views
WPF Binding to user control from ItemsControl
I have an issue that I can't find a resolution to. To demonstrate I have a test user control (TestTabControl) containing the following XAML:
<TabControl ItemsSource="{Binding ...
0
votes
0answers
28 views
Control for exam desktop application WPF
I have a task to create desktop WPF client for examination solution (trivia with many questions and answers). I think it is quite common task and there must be some ready to use controls outside, ...
0
votes
1answer
115 views
What is the string Format for alphabet in WPF?
I want to write a String.Forat in alphabet can you please tell How to write it I know the pattern for currency but don't know the alphabet. CanI write StringFormat = "{}{A-Z,a-z}" for alphabet?
...
1
vote
1answer
183 views
Setting ForegroundColor in a UserControl
I am writing a User Control in WPF and this on is my first own Control.
For your Information I am using Telerik controls.
My User Control is only a Grid which contains only contains 2 GridViews.
And ...
0
votes
0answers
136 views
WPF Grid mouse hover popup [closed]
I wish to accomplish something like google images. when mousehover 1 of the image, it will auto adjust/resize the control and overlap on the neighbouring control.
any idea how to make it?
I'm using ...
0
votes
1answer
454 views
How can I create a transparent user control in WPF?
I have a WPF app with an image over which is laid a user control. I would like the user control background to be transparent but the buttons etc on that user control to be solid.
The image below ...
0
votes
1answer
147 views
Changing datagrid cell backcolor with respect to the previous cell value in WPF datagrid
I have created a datagrid in WPF which has cell values continuously changing, But I am not able to change the backcolor of a the cells with respect to the previous value of cell,
for Example if the ...
0
votes
1answer
194 views
How to change the Window Form background color with the selected color from listbox in WPF with using Binding?
I am using a ListBox, and I want to change the background window color when I click the ListBoxItem, my method is working but I want to do same thing with binding.
<ListBox Grid.Column="1" ...
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
0answers
102 views
How to bring Image in front while scaling it using animation in WPF?
I was working with blend, i stuck in situation where i have to bring the image in front while scaling it.
Scenario:
I have ScrollViewer inside that I have a main Grid containing other various ...
0
votes
1answer
262 views
Binding WPF Custom Control Width/Height & Dynamically Adjusting Value
I have a custom UserControl that is defined by the following XAML:
<Grid HorizontalAlignment="Left" VerticalAlignment="Top">
<Ellipse Height="100" Width="100" StrokeThickness="1" ...
0
votes
1answer
536 views
WPF: Command and CommandParameter for UserControl
I am creating a custom UserControl and would like the UC to have a Command just like the Button
I am new to WPF so any help in the right direction would be highly appreciated.
This is what I have ...
2
votes
1answer
117 views
How to get general ItemContainer type for WPF ItemsControl
I want to determine ItemContainer type from an existing ItemsControl object.
var item = control as ItemsControl;
//HOW to get child container Type?
Example how blend does this:
Blend ...
1
vote
0answers
132 views
How can I start to design the board of a sudoku? [closed]
I plan to create a sudoku in WPF. The thing which I have no idea is about how to display the board.
I was thinking in create 9 grids. But I realized that I need maybe a new control or just an user ...
0
votes
1answer
113 views
checkboxcolumn not able to persist its checked status when convertback is used in wpf
I have a datagrid to which i am adding a checkboxcolumn programmatically. To this column I have an enum which needs to be bound but since checkboxcolumn will take only bool value, i am using a ...
0
votes
1answer
122 views
how to use both solid brush and imagebrush in listview.background
The problem i have is how to use both the solid brush and imagebrush tags in listview.bakcground? I have set an image as background in listview but i m not able to set any color to the background?
...
0
votes
0answers
139 views
How to add custom workflow as activity in a toolbox?
I have a requirement where I have to add the custom designed workflows to the toolbox control of WPF as an activity.
I read many blogs which direct that the activities that are created from the XAML ...
0
votes
0answers
306 views
Try-to-implement autocomplete using WPF ComboBox problems
I am implementing autocomplete in a WPF ComboBox. Every time a new character is input in the combo, I want to have a database lookup getting items to populate the combo with. Max 20 to not make it too ...
0
votes
1answer
358 views
Call UserControl's listview's button click event from UserControl's Parent
I have three user controls.
User control 1
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
0
votes
0answers
38 views
Changing the viewtype of extended WPF Listbox
I am first day on WPF so please bear with me if I make no sense!
I have an application that has a usercontrol that is basically an extended Listbox. I want to change the View of that listbox to one ...
2
votes
1answer
139 views
Growing UserControl Size with Style Trigger?
I would like to cause a custom UserControl to grow by a multiplier when an "IsSelected" DP is set to true. My current XAML looks like this:
<ctrl:MyBaseControl ...
0
votes
1answer
423 views
DependencyProperty not working on custom UserControl
I have some simple Dependency Properties that are not working. I've looked over them, looked over code I've used in the past, and I'm not sure why they are not working.
I have a custom base class ...
0
votes
1answer
388 views
Textbox inside a PopupMenu in a UserControl that placed in DataGrid.DataGridTemplateColumn never get KeboardFocus?
I have a control like this:
<UserControl x:Class="Pouyansoft.WPF.Controls.Common.CommonDropDownPanel"
d:DesignHeight="20" d:DesignWidth="20">
<Grid>
<ToggleButton ...
0
votes
0answers
102 views
Why MS Word open outside of Wpf WebBrowser?
i tried to open a Ms Word Document in a WebBrowser,like this:
webbrowser.Source = new Uri("D:\\Book2.Doc");
but it opens outside of WebBrowser.actually i was wondering is it possible to open MS ...
2
votes
5answers
1k views
Custom vs User control
I've been reading some explanations about the difference between User and Custom Controls, for example this:
http://www.wpftutorial.net/CustomVsUserControl.html
I want to create, for example, a ...
0
votes
1answer
156 views
How can I filter dropdown values from another dropdown in WPF C#?
I am unable to filter the dropdown in WPF form like in c# form..
I created a list for my scenario dropdown and used it as items source in LoadUserControl() method as shown below.
public class ...
0
votes
0answers
48 views
Access user control property on Drop
I have one user control which shows system directory and respective files, now i am allowing drag and drop of those files from left hand side to right hand side to show user selection. Now i am using ...
