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

WPF

 
GeneralRe: Treeview Pin
Pete O'Hanlon19-Mar-09 22:39
mvePete O'Hanlon19-Mar-09 22:39 
General[Message Deleted] Pin
Ch.Gayatri Subudhi19-Mar-09 23:06
Ch.Gayatri Subudhi19-Mar-09 23:06 
GeneralRe: Treeview Pin
Pete O'Hanlon19-Mar-09 23:32
mvePete O'Hanlon19-Mar-09 23:32 
GeneralRe: Treeview Pin
Ch.Gayatri Subudhi20-Mar-09 19:33
Ch.Gayatri Subudhi20-Mar-09 19:33 
GeneralRe: Treeview Pin
Ch.Gayatri Subudhi24-Mar-09 18:06
Ch.Gayatri Subudhi24-Mar-09 18:06 
QuestionSilverlight 3 Beta Released Today! Pin
Mark Salsbery18-Mar-09 9:27
Mark Salsbery18-Mar-09 9:27 
AnswerRe: Silverlight 3 Beta Released Today! Pin
Abhishek Sur19-Mar-09 22:10
professionalAbhishek Sur19-Mar-09 22:10 
QuestionWPF StackPanel/ListView problem Pin
marca29218-Mar-09 1:22
marca29218-Mar-09 1:22 
Hi,

I have a StackPanel that contains a ListView
<StackPanel>
    <ListView x:Name="theList" BorderBrush="{x:Null}" Grid.Column="1" Grid.Row="1" ItemsSource="{Binding PhoneBook.FilteredPhoneBook}" SelectionMode="Extended" Focusable="False" ItemTemplate="{StaticResource PhoneBookPostTemplate}" HorizontalAlignment="Center" ItemContainerStyle="{StaticResource ListViewItemStyle1}" >
            ....
    </ListView>
</StackPanel>


The items in the ListView can be expanded if the want to edit it (the selected items height is then increasing). When the edit is finished I get a white space in the buttom of the list. It looks like the StackPanel has grown when I edit the item.

Example (but the list is vertical..)
Before edit: "X X X X X X"
After edit: "X X X X X X "

Question:
Can I remove the white space without setting OnPropertyChange("ContactBook"), which will repaint the list. The problem is that it takes some time to update the list with OnPropertyChange("ContactBook") since it can be many items in the list.

Regards
Magnus
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 
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 

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.