Click here to Skip to main content
15,892,005 members
Home / Discussions / WPF
   

WPF

 
QuestionWhy doesn't the AllowDrop property work with a TextBox? [modified] Pin
fjparisIII25-Sep-09 5:18
fjparisIII25-Sep-09 5:18 
AnswerRe: Why doesn't the AllowDrop property work with a TextBox? Pin
Pete O'Hanlon25-Sep-09 10:24
mvePete O'Hanlon25-Sep-09 10:24 
GeneralRe: Why doesn't the AllowDrop property work with a TextBox? [modified] Pin
fjparisIII26-Sep-09 4:48
fjparisIII26-Sep-09 4:48 
GeneralRe: Why doesn't the AllowDrop property work with a TextBox? Pin
Pete O'Hanlon27-Sep-09 23:34
mvePete O'Hanlon27-Sep-09 23:34 
GeneralRe: Why doesn't the AllowDrop property work with a TextBox? Pin
fjparisIII28-Sep-09 5:50
fjparisIII28-Sep-09 5:50 
GeneralRe: Why doesn't the AllowDrop property work with a TextBox? Pin
Pete O'Hanlon28-Sep-09 8:50
mvePete O'Hanlon28-Sep-09 8:50 
GeneralRe: Why doesn't the AllowDrop property work with a TextBox? Pin
fjparisIII28-Sep-09 16:41
fjparisIII28-Sep-09 16:41 
QuestionCan't update GUI with textbox Text Pin
marca29224-Sep-09 20:14
marca29224-Sep-09 20:14 
Hi,

I have created a WPF IpAddressTextBox that inherits from System.Windows.Controls.Textbox. I want to initialize the textbox with the string " . . . " when the application starts.
Everything works fine if I add the textbox to a testproject with the .xaml file with

<local:IpNumberTextbox Width="200" Margin="5"/>

But in the real project I add the textBox with

<controls:IpNumberTextbox Width="100" Text="{Binding SelectedItem.DNS1, ElementName = profilList }" />

In this project I have a Binding and when the dialogs shows up the textBox contains "" instead of
" . . . ". In the debugger I can see that the TextBox Text property contains
" . . . ", but the GUI is not updated. Why?

Regards
Marcus
QuestionNeed to accept drop from drag and drop operation from Windows Explorer Pin
fjparisIII24-Sep-09 16:08
fjparisIII24-Sep-09 16:08 
AnswerRe: Need to accept drop from drag and drop operation from Windows Explorer Pin
Gideon Engelberth25-Sep-09 3:22
Gideon Engelberth25-Sep-09 3:22 
GeneralRe: Need to accept drop from drag and drop operation from Windows Explorer Pin
fjparisIII25-Sep-09 4:06
fjparisIII25-Sep-09 4:06 
QuestionFont difference between XP and Vista in wpf app Pin
ausadmin24-Sep-09 13:47
ausadmin24-Sep-09 13:47 
AnswerRe: Font difference between XP and Vista in wpf app Pin
Christian Graus24-Sep-09 14:22
protectorChristian Graus24-Sep-09 14:22 
QuestionCustom control Pin
Mikey_H23-Sep-09 9:11
Mikey_H23-Sep-09 9:11 
AnswerRe: Custom control Pin
Richard MacCutchan23-Sep-09 12:27
mveRichard MacCutchan23-Sep-09 12:27 
GeneralRe: Custom control Pin
Mikey_H25-Sep-09 3:19
Mikey_H25-Sep-09 3:19 
GeneralRe: Custom control Pin
Richard MacCutchan25-Sep-09 7:55
mveRichard MacCutchan25-Sep-09 7:55 
QuestionCant see columns in listview on designer Pin
Haim Nachum23-Sep-09 4:36
Haim Nachum23-Sep-09 4:36 
AnswerRe: Cant see columns in listview on designer Pin
ABitSmart23-Sep-09 14:25
ABitSmart23-Sep-09 14:25 
GeneralRe: Cant see columns in listview on designer Pin
Haim Nachum23-Sep-09 23:02
Haim Nachum23-Sep-09 23:02 
QuestionClock timepicker Pin
pcsamer22-Sep-09 22:53
pcsamer22-Sep-09 22:53 
AnswerRe: Clock timepicker Pin
Mark Salsbery23-Sep-09 5:50
Mark Salsbery23-Sep-09 5:50 
QuestionVertical Text in Grid Pin
Adriaan Davel22-Sep-09 21:08
Adriaan Davel22-Sep-09 21:08 
AnswerRe: Vertical Text in Grid Pin
Mark Salsbery23-Sep-09 5:51
Mark Salsbery23-Sep-09 5:51 
GeneralRe: Vertical Text in Grid Pin
Adriaan Davel27-Sep-09 20:03
Adriaan Davel27-Sep-09 20:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.