-
Hi there,
|
Beta Was this translation helpful? Give feedback.
Answered by
kekekeks
Apr 21, 2021
Replies: 1 comment 1 reply
-
You probably need a custom user control with CreatedAt property. Define a static timer and subscribe/unsubscribe to it from OnAttachedToVirtualTree/OnDetachedFromVirtualTree, then update the label text if necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maxkatz6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably need a custom user control with CreatedAt property. Define a static timer and subscribe/unsubscribe to it from OnAttachedToVirtualTree/OnDetachedFromVirtualTree, then update the label text if necessary.