Click here to Skip to main content
15,917,731 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF StackPanel/ListView problem Pin
ABitSmart18-Mar-09 1:40
ABitSmart18-Mar-09 1:40 
GeneralRe: WPF StackPanel/ListView problem Pin
marca29218-Mar-09 2:26
marca29218-Mar-09 2:26 
Hi,
Thanks for quick answer!

In the debugger I can see that the StackPanel.Height is increasing when I edit an item. When the edit is finished the StackPanel keeps this new height. And thats why the list now contains a white space in the end.

Example:
Item X/Y shows this information in the list
Name:...
Address:...

But in edit mode you can type in (now is the stackpanel.Height increasing since the item contains more information, this is what I try to show with YYY)
Name:...
Address:...
Member id: ...
Gender: ...

Before edit: "X X X X X Y"
Edit: "X X X X X YYY"
After edit: "X X X X X Y "


Yes when I fire OnPropertyChange the white space is removed. But is there another way to decrease stackpanel.Height? It takes to much time to update the list with OnPropertyChange.
GeneralRe: WPF StackPanel/ListView problem Pin
ABitSmart18-Mar-09 3:22
ABitSmart18-Mar-09 3:22 
GeneralRe: WPF StackPanel/ListView problem [modified] Pin
marca29218-Mar-09 22:13
marca29218-Mar-09 22:13 
GeneralRe: WPF StackPanel/ListView problem Pin
ABitSmart18-Mar-09 23:59
ABitSmart18-Mar-09 23:59 
GeneralRe: WPF StackPanel/ListView problem Pin
ABitSmart19-Mar-09 2:40
ABitSmart19-Mar-09 2:40 
GeneralRe: WPF StackPanel/ListView problem Pin
marca29219-Mar-09 3:21
marca29219-Mar-09 3:21 
GeneralRe: WPF StackPanel/ListView problem [modified] Pin
sivaddrahcir23-Mar-09 12:59
sivaddrahcir23-Mar-09 12:59 
QuestionSearchable Mutli Column Combo Box in WPF Pin
bindasrakesh14518-Mar-09 0:17
bindasrakesh14518-Mar-09 0:17 
AnswerRe: Searchable Mutli Column Combo Box in WPF Pin
ABitSmart18-Mar-09 1:13
ABitSmart18-Mar-09 1:13 
QuestionPaint Brush in Silverlight Pin
logicon18-Mar-09 0:03
logicon18-Mar-09 0:03 
QuestionRe: Paint Brush in Silverlight Pin
Mark Salsbery18-Mar-09 5:52
Mark Salsbery18-Mar-09 5:52 
AnswerRe: Paint Brush in Silverlight Pin
Braulio Dez1-Apr-09 6:01
Braulio Dez1-Apr-09 6:01 
QuestionSingle Sign On In WPF Pin
GomathiR17-Mar-09 21:48
GomathiR17-Mar-09 21:48 
QuestionRe: Single Sign On In WPF Pin
Mark Salsbery18-Mar-09 6:27
Mark Salsbery18-Mar-09 6:27 
AnswerRe: Single Sign On In WPF Pin
GomathiR18-Mar-09 18:17
GomathiR18-Mar-09 18:17 
QuestionMediaElement does not work Pin
Christian Graus17-Mar-09 21:05
protectorChristian Graus17-Mar-09 21:05 
QuestionRe: MediaElement does not work Pin
Jeremiah Morrill22-Mar-09 18:05
Jeremiah Morrill22-Mar-09 18:05 
QuestionWPF event binding Pin
thangavel198717-Mar-09 21:04
thangavel198717-Mar-09 21:04 
AnswerRe: WPF event binding Pin
GomathiR17-Mar-09 21:52
GomathiR17-Mar-09 21:52 
GeneralRe: WPF event binding Pin
thangavel198717-Mar-09 22:53
thangavel198717-Mar-09 22:53 
GeneralRe: WPF event binding Pin
GomathiR18-Mar-09 18:19
GomathiR18-Mar-09 18:19 
AnswerRe: WPF event binding Pin
Ian Shlasko19-Mar-09 3:47
Ian Shlasko19-Mar-09 3:47 
QuestionHow to set the image inside a datagrid Pin
salon17-Mar-09 20:45
salon17-Mar-09 20:45 
AnswerRe: How to set the image inside a datagrid Pin
Mark Salsbery18-Mar-09 6:15
Mark Salsbery18-Mar-09 6:15 

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.