Click here to Skip to main content
15,887,411 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Bind an attached property Pin
Pauwels Bart12-Mar-09 0:54
Pauwels Bart12-Mar-09 0:54 
QuestionCan a WPF browser app be hosted on a server and accessed multiply by other users Pin
DimitarS10-Mar-09 21:56
DimitarS10-Mar-09 21:56 
AnswerRe: Can a WPF browser app be hosted on a server and accessed multiply by other users Pin
Pete O'Hanlon10-Mar-09 22:34
mvePete O'Hanlon10-Mar-09 22:34 
GeneralRe: Can a WPF browser app be hosted on a server and accessed multiply by other users Pin
DimitarS10-Mar-09 22:36
DimitarS10-Mar-09 22:36 
QuestionDecoupling WCF client proxy Pin
Mark J. Miller10-Mar-09 14:02
Mark J. Miller10-Mar-09 14:02 
QuestionTreeView vertical scrollbar bug Pin
Steve The Plant10-Mar-09 10:26
Steve The Plant10-Mar-09 10:26 
AnswerRe: TreeView vertical scrollbar bug Pin
ABitSmart10-Mar-09 17:23
ABitSmart10-Mar-09 17:23 
GeneralRe: TreeView vertical scrollbar bug Pin
Steve The Plant11-Mar-09 12:45
Steve The Plant11-Mar-09 12:45 
As I mentioned, there are no styles or anything applied to my tree view.

Here's an example as basic as I can make it.


<Window x:Class="TestProject.TestWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window7" Height="119" Width="92"
xmlns:local="clr-namespace:TestProject.Breeze">

<TreeView Name="_treeView1">
<TreeViewItem Header="Employee1 Very Long String">
<TreeViewItem Header="Jesper"/>
<TreeViewItem Header="Aaberg"/>
<TreeViewItem Header="12345"/>
</TreeViewItem>
<TreeViewItem Header="Employee2">
<TreeViewItem Header="Dominik"/>
<TreeViewItem Header="Paiha"/>
<TreeViewItem Header="98765"/>
</TreeViewItem>

</TreeView>

</Window>

I'm absolutely stumped. And it occurs on my collegues' computers as well.
GeneralRe: TreeView vertical scrollbar bug Pin
Pete O'Hanlon11-Mar-09 22:26
mvePete O'Hanlon11-Mar-09 22:26 
GeneralRe: TreeView vertical scrollbar bug Pin
Steve The Plant12-Mar-09 3:51
Steve The Plant12-Mar-09 3:51 
QuestionBinding Radio button group with collection object Pin
gsdeepak10-Mar-09 4:41
gsdeepak10-Mar-09 4:41 
AnswerRe: Binding Radio button group with collection object Pin
Pete O'Hanlon10-Mar-09 5:08
mvePete O'Hanlon10-Mar-09 5:08 
QuestionNavigation in Window Pin
GomathiR9-Mar-09 21:21
GomathiR9-Mar-09 21:21 
AnswerRe: Navigation in Window Pin
ABitSmart9-Mar-09 22:42
ABitSmart9-Mar-09 22:42 
AnswerRe: Navigation in Window Pin
Pete O'Hanlon10-Mar-09 5:03
mvePete O'Hanlon10-Mar-09 5:03 
GeneralRe: Navigation in Window Pin
GomathiR10-Mar-09 21:48
GomathiR10-Mar-09 21:48 
GeneralRe: Navigation in Window Pin
Pete O'Hanlon10-Mar-09 22:33
mvePete O'Hanlon10-Mar-09 22:33 
GeneralRe: Navigation in Window Pin
GomathiR11-Mar-09 1:49
GomathiR11-Mar-09 1:49 
GeneralRe: Navigation in Window Pin
Pete O'Hanlon11-Mar-09 2:15
mvePete O'Hanlon11-Mar-09 2:15 
QuestionRole-Based Authorization(urgent) Pin
Ramkumar_S9-Mar-09 19:37
Ramkumar_S9-Mar-09 19:37 
AnswerRe: Role-Based Authorization(urgent) Pin
Braulio Dez13-Mar-09 21:28
Braulio Dez13-Mar-09 21:28 
QuestionMultibinding Validation Pin
Jammer9-Mar-09 5:27
Jammer9-Mar-09 5:27 
AnswerRe: Multibinding Validation Pin
ABitSmart9-Mar-09 7:34
ABitSmart9-Mar-09 7:34 
GeneralRe: Multibinding Validation Pin
Jammer9-Mar-09 23:14
Jammer9-Mar-09 23:14 
QuestionHow to make the forground of the selected item in the ListView? Pin
inkfish9-Mar-09 4:28
inkfish9-Mar-09 4:28 

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.