CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Borr

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    8,107

    Re: Bind StringCollection to a ListBox

    It should be not just property, it should be DEPENDENCY property.

    In Window1.xaml.cs:

    public static readonly DependencyProperty MyStringsProperty =...
  2. Poor performace in Storyboard.Begin() with KeyFrames animations

    Hi,

    A am writing a WPF application that displays on the main canvas a lot (about 3000) of small objects. Each object has a storyboard containing one PointAnimationUsingKeyFrams and two...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured