I am trying to create a gcp compute engine vm and create some users and user groups and define some folders and files and applications that are only a ...
I am trying to create a gcp compute engine vm and create some users and user groups and define some folders and files and applications that are only a ...
I have this UserControl xaml: and its code behind where I define a DependencyProperty to edit the line color: Then I have this other UserControl ...
The 'MeButton' component could not be created. The error message is as follows: 'Microsoft.DotNet.DesignTools.Client.DesignToolsSeiverExcept ion: ' ...
I have had a problem. I create an UserControl and I save it, it appears in ToolBox. I can drop it from ToolBox normally. However, I can not declare it ...
I'm working in a WPF project and a newer on this, I'm using the MVVM patter in my project. I have a MainWindows which calls User Controls and I have ...
I have a UserControl inside of my MainWindow. I want to trigger function updateView() inside of my UserControl after clicking on my button in my MainW ...
I have placed a UserControl inside a ListView. How do I get the control of this UserControl in the view. If I place it inside a ListView, I am unabl ...
I've tasked myself with creating a relatively simple user control (a bootstrap nav bar with some extra JS thrown in) just to increase my handle on how ...
I want to display My user name, phone number, etc. in the user profile when the user is logged in from firebase firestore. I have Firebase firestore D ...
I created a UserControl called fooControl. I would like to create another UserControl called fooControlExtended to reuse/add/override both the C# and ...
I'm building a UserControl that should display a button with an image and text. I access that UserControl in the App like this: Out of the 4 proper ...
Creating a library with new controls. It has 2 classes "HandySeparator - Basic" and "HandyHSeparator - Derived". The base class inherits the Control c ...
Issue I have a wrappanel which is beeing used to apply tags to an image. Tags can be added and removed: The problem is the following: Upon removing ...
Trying to write a javascript code That will enable user to select the number of prompt boxes. Like,The prompt box will say, how many prompts do you w ...
The XAML of my UserControl with name "Clinical_Protocol": The dependency property for ItemsSource of the DataGrid in the code behind: internal Obs ...
I have a problem with User form Click that I am trying to make in C# using a usercontrol. It consists of a picturebox and a label. I want to call the ...
I have a WinForm, and add a UserControl with a DataGridView. Now I want to do a doubleClick on the DataGridView and get the object data to my Form. I ...
Say I've made a user control. I want it to have following behavior: When its Visible property is true, users can only operate things inside it, bu ...
I am trying to SendKeys to a user control which has a web browser inside. I haven't found a decent solution apart from copying the data to a clipboard ...
I'm trying to use a UserControl-derived control (UpdateBlockControl) inside the DataTemplate of a ListView, like this: <ListView x:Name="AppsL ...