python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Custom Toggle Control "Checked" Property Does Not Save (Or Restore) With My.Settings()
I added a custom control to my project, which is a toggle switch that inherits the functionality of a checkbox. The problem I am facing is when I try to create an Application Setting to bind the contr...
Barfunkle
Votes: 0
Answers: 1
How to access fields or controls of Custom View from another Page's XAML in Xamarin Forms?
I am having a Custom Control, I want to add some elements from the Page in which it will be used.
Just like this
<Label>
<Label.Text>First Name</Label.Text>
</Label>
As he...
Junaid Pathan
Votes: 0
Answers: 2
How to change visibility of child control in my customized Control?
I inherited my Control for HeaderedContentControl. I need to hide the child control when user clicked the parent control, but I do not know how to access its child control.
Here is my code.
public cla...
Zhong W
Votes: 0
Answers: 1
How to add a View in Custom Control in Xamarin Forms?
I have a Custom Control LoadingPanel that has an ActivityIndicator and a Label. I want to access this activity indicator from outside the control wherever. Simply I want to change IsRunning state of i...
Junaid Pathan
Votes: 0
Answers: 1