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

Search:

Type: Posts; User: tomercagan

Search: Search took 0.04 seconds.

  1. Re: Flashing DataGrid Cell - How to do it properly

    Happy to help
  2. Re: Flashing DataGrid Cell - How to do it properly

    OK.
    After spending a few more hours on this matter I've found a way of doing it using a style.

    In resources you define a style. The style must target TextBlock (I guess underlaying control in a...
  3. Flashing DataGrid Cell - How to do it properly

    Hi,

    I am developing an application that requires showing data in a datagrid and having a "flashing" animation when the value of a cell changes.

    My (business object) class implements the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured