Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7939271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:03:09+00:00 2026-06-03T23:03:09+00:00

I have an app that responds to events and adds the data from the

  • 0

I have an app that responds to events and adds the data from the events to a “ListView”, and I have a simple class that have 3 properties.

ListView holds this data:

    public string Code { get; set; }
    public string Status { get; set; }
    public TimeAgo Time { get; set; }

class TimeAgo is:

public class TimeAgo
{

    private DateTime _time;

    public TimeAgo(DateTime time) { _time = time; }

    public override string ToString()
    {
        return new TimeSpan(DateTime.Now.Ticks - _time.Ticks).Seconds + " seconds ago";
    }
}

so, whenever a new event is happening I want the other objects to update, so if I add a new one it says “0 seconds ago” but the old ones should be updated and say “15 seconds ago” so I can track how long ago each event happened when it’s updated.

I’ve searched for methods for this, but all I’ve tried haven’t worked.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T23:03:11+00:00Added an answer on June 3, 2026 at 11:03 pm

    Just make Seconds a property you bind to.

    To put at top

    Insert(0, T item 
    

    For all the items in the ObservableCollection call NotifyPropertyChanged(“Seconds”); after the insert.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an App that downloads and displays images from URL's. This works fine
I have an app that received JSON data from the server. Currently when I
I have an app that allows users to upload large data files and then
I have a Pivot Control in my WP7 app that by nature responds to
I have a simple app that reads internet resource and displays the information in
have an app that finds your GPS location successfully, but I need to be
Have an app that has listings - think classified ads - and each listing
I have an app that switches between full screen and normal screen for a
I have an app that uses the ActionBar with tabs in combination with Fragments.
I have an app that lets the user interact with several forms. I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.