Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WCF and WF
  4. List View Row blink

List View Row blink

Scheduled Pinned Locked Moved WCF and WF
csswpfdesigntutorial
5 Posts 2 Posters 34 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aruna_koride
    wrote on last edited by
    #1

    Please advise How to make the ListView row blink when the Item value changed or updated with a timer,even need a beep/alarm. This is the xaml code for List View. <ListView DockPanel.Dock="Bottom" Grid.Row="1" Margin="0,0,-1,1" IsSynchronizedWithCurrentItem="True" Name="listView" ItemContainerStyle="{StaticResource ItemContStyle1}" GridViewColumnHeader.Click="GridViewColumnHeaderClickedHandler" SelectionMode="Single" FontSize="13" FontFamily="Segoe UI" ScrollViewer.HorizontalScrollBarVisibility="Hidden"> <ListView.View > <GridView x:Name="DashBoardGridView" AllowsColumnReorder="False" > <GridViewColumn Header="Column1" Width="222" HeaderContainerStyle="{StaticResource headerStyle}" CellTemplate="{StaticResource Template_Column1}"/> <GridViewColumn Header="Column2" Width="281" HeaderContainerStyle="{StaticResource headerStyle}" CellTemplate="{StaticResource Template_Column2}"/> <GridViewColumn Header="Column3" Width="200" HeaderContainerStyle="{StaticResource headerStyle}" CellTemplate="{StaticResource Template_Column3}" /> </GridView> </ListView.View> </ListView> Thanks

    P 1 Reply Last reply
    0
    • A aruna_koride

      Please advise How to make the ListView row blink when the Item value changed or updated with a timer,even need a beep/alarm. This is the xaml code for List View. <ListView DockPanel.Dock="Bottom" Grid.Row="1" Margin="0,0,-1,1" IsSynchronizedWithCurrentItem="True" Name="listView" ItemContainerStyle="{StaticResource ItemContStyle1}" GridViewColumnHeader.Click="GridViewColumnHeaderClickedHandler" SelectionMode="Single" FontSize="13" FontFamily="Segoe UI" ScrollViewer.HorizontalScrollBarVisibility="Hidden"> <ListView.View > <GridView x:Name="DashBoardGridView" AllowsColumnReorder="False" > <GridViewColumn Header="Column1" Width="222" HeaderContainerStyle="{StaticResource headerStyle}" CellTemplate="{StaticResource Template_Column1}"/> <GridViewColumn Header="Column2" Width="281" HeaderContainerStyle="{StaticResource headerStyle}" CellTemplate="{StaticResource Template_Column2}"/> <GridViewColumn Header="Column3" Width="200" HeaderContainerStyle="{StaticResource headerStyle}" CellTemplate="{StaticResource Template_Column3}" /> </GridView> </ListView.View> </ListView> Thanks

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      Have a look at this[^] link to get ideas on how to do the restyling.

      Deja View - the feeling that you've seen this post before.

      My blog | My articles

      A 2 Replies Last reply
      0
      • P Pete OHanlon

        Have a look at this[^] link to get ideas on how to do the restyling.

        Deja View - the feeling that you've seen this post before.

        My blog | My articles

        A Offline
        A Offline
        aruna_koride
        wrote on last edited by
        #3

        Thanks a lot.I will try:)

        1 Reply Last reply
        0
        • P Pete OHanlon

          Have a look at this[^] link to get ideas on how to do the restyling.

          Deja View - the feeling that you've seen this post before.

          My blog | My articles

          A Offline
          A Offline
          aruna_koride
          wrote on last edited by
          #4

          Also please let me know if the value is updated , how to get the old value for the listview item??Depending upon that value, I need to provide blinking..

          P 1 Reply Last reply
          0
          • A aruna_koride

            Also please let me know if the value is updated , how to get the old value for the listview item??Depending upon that value, I need to provide blinking..

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            I don't know what you are binding to so I can't help you there I'm afraid. You'll need to provide more information there. However, saying that - if I were you I'd look to implement a PropertyChangedCallback in your data class. Have a look at this[^] thread.

            Deja View - the feeling that you've seen this post before.

            My blog | My articles

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups