How to check if a Pile is already attached to a control before calling RentAsync/RentSync? #46
Unanswered
supermomonga
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Ah, this is an interesting problem! Surely there are situations where you want to know if the Pile is connected or not. In your example, you are explicitly trying to check if the Pile is connected, but:
Which of the following is it, or both? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using epoxy with Avalonia11.
Is there a way to check if the corresponding Pile has already been attached to the Control when calling RentAsync/RentSync?
Is there a way to determine if the Pile has already been attached to the control, like the following?
Or, is the practice of wanting to check whether it’s attached in the first place itself deviating from best practices?
Beta Was this translation helpful? Give feedback.
All reactions