Quando mi tocca fare queste cose...

private void Window_SizeChanged(object sender, SizeChangedEventArgs e)
{
     myListView.Height = e.NewSize.Height - 80;
}

private void Window_Expanded(object sender, RoutedEventArgs e)
{
     myListView.Height = this.Height - 80;
}

comincio a capire dove hanno piazzato il team di Visual Basic 6...

:D

Print | posted on lunedì 9 giugno 2008 20:34

Comments on this post

# re: Quando mi tocca fare queste cose...

Requesting Gravatar...
Oddio bellissima questa XD
Left by Matteo Emili on giu 09, 2008 7:12

# re: Quando mi tocca fare queste cose...

Requesting Gravatar...
hihihihi!!
Left by Babba on giu 09, 2008 7:15
Comments have been closed on this topic.