0
votes
0answers
4 views
Bind WPF Calendar to a date-range?
Is there a way to bind WPF calendar to 2 date fields as a date-range (i.e. start date and end-date)?
0
votes
3answers
41 views
WPF: Progress bar with indeterminent duration?
In WinForms you could set a progress bar to loop endlessly to indicate that you don't know how long it will take. How would I do that in WPF?
0
votes
1answer
13 views
WPF UserControl Default Constructor
Hi All,
Situation:
I have a user control which i am adding to an expander.
I have a constructor which takes some params.
I also have a default constructor which just calls Init …
0
votes
2answers
392 views
AutoComplete TextBox in WPF
Hi,
Can we make textbox to autocomplete in WPF?
I found a sample where a combox box is used and the traingle is removed by editing style template.
Do we better solution for au …
1
vote
2answers
23 views
How can I create a button which Rectangle object filled with a color in WPF with C#?
Hi All,
How can I create Button control which contains a Rectangle object filled with the color represented by the Colors.Aqua?
I have a rectangle
Rectangle rectangle = new Rec …
0
votes
1answer
12 views
notify all subcontrols in WPF with specific attributes
Hi there,
how can i inform all subControls in WPF that they shall for example expand? Not every SubControl shall be informed.. only those who can e.g. accept an other element for …
0
votes
4answers
42 views
Grid Splitter problem in WPF
I want a layout like VS 2008. In which I want two columns and second columns is again split into two.
I done that in the xaml mentioned below, but the GridSplitter is not visible …
0
votes
1answer
33 views
Wpf control size to content?
How do I make a WPF control to change its size according the content in it?
0
votes
2answers
28 views
Unable to set DataGridColumn’s ToolTip
I tried the following:
<tk:DataGridTextColumn
Header="Item"
Binding="{Binding Item.Title}"
ToolTipService.ToolTip="{Binding Item.Description}" />
And I don' …
0
votes
1answer
32 views
How to bind a Control.Property to a property in the code-behind?
Hello.
I have a TextBox in my WPF window.
I have a property in the code behind called Text as well.
I want the text property to be bound to the Text property (i.e. when the valu …
3
votes
3answers
106 views
Capture coloured console output into WPF application
Similar to this question, except the console program being wrapped up in the WPF application produces coloured output, so it would be nice if I could capture the colour as well as …
0
votes
1answer
538 views
WPF TextBox. How to define some restriction?
How can I restrict TextBox to accept only capital letters, or for example digits, or forbid to put any special character?
Sure it's a piece of cake to catch TextInput event and ha …
0
votes
1answer
31 views
WPF Programming Examples (Photo widget)
Anyone know (or can provide) a programming/XAML example with WPF of a image collection widget similar in principle to that of Picasa?
1
vote
1answer
8 views
How to listen for AffectsParentArrange events when you’re not the parent
There is an attribute "AffectsParentArrange" that implicitly invalidates the parent's layout - but I want to attach an event handler to the "event" triggered by that attribute.
Wh …
3
votes
1answer
181 views
WebBrowser - Search using Search engine uri and Input Keyword?
How can use the WebBrowser control in WPF to navigate using Search engine uri and input key?
For Example if I have the following function
private void Search( Uri uri, string key …
