Click here to Skip to main content
15,890,882 members
Home / Discussions / WPF
   

WPF

 
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 
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 
We have a wpf app developed under windows XP SP2. When this app runs under Vista, the text gets clipped in many places - it is as though a different font is used which is slightly larger.

I have seen this with both Tahoma and Arial.

I could go through and add padding or miniumum height to solve the, but it seems as though that should not be necessary (and may lead to other problems).

Has anyone else experienced this? Can anyone provide some advice or pointers?

A sample style is as follows:
<Style x:Key="Heading3" TargetType="{x:Type TextBlock}">
        <Setter Property="FontWeight" Value="Bold"/>
        <Setter Property="Foreground" Value="{DynamicResource textDimmedForegroundBrush}" />
        <Setter Property="HorizontalAlignment" Value="Left" />
	<Setter Property="FontFamily" Value="Arial"/>
</Style>


Thanks for any help,
Tim
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 
GeneralRe: Vertical Text in Grid Pin
Mark Salsbery28-Sep-09 6:19
Mark Salsbery28-Sep-09 6:19 
GeneralRe: Vertical Text in Grid Pin
Adriaan Davel28-Sep-09 19:57
Adriaan Davel28-Sep-09 19:57 
GeneralRe: Vertical Text in Grid Pin
Mark Salsbery29-Sep-09 6:54
Mark Salsbery29-Sep-09 6:54 
GeneralRe: Vertical Text in Grid Pin
Adriaan Davel29-Sep-09 19:29
Adriaan Davel29-Sep-09 19:29 

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.