Results for xaml
I have a simple view model: public List<DisplayModel> Items { get; set; } = new List<DisplayModel>(); public class DisplayModel { pub...
I have a sunburst image I am trying to rotate in a window. I have it rotating just fine, but the image is a big square so it fills the proportion of ...
That's my login page. "Kullanıcı kodu" means user code, "Şifre" means password. I don't want these space between user code and password edittext. I us...
In my project maui i want a helper to check checkBox when I select an item from the listView with multiple selection. My listView in xaml: <ListVie...
I am trying to modify the visibility of a CheckBox in my XAML. I have done this as follows: XAML excerpt: <CheckBox Content="RES" ...
I have been converting my app to MVVM pattern. I am trying to figure out zoom in function. There is canvas panel and ellipse in my project. The proble...
I am trying to create WPF application following MVVM pattern everithing was ok till i started binding commands changing the data. I don't understand w...
I have this in my .xaml Code with a background defined: <Window x:Class="BDE.MainWindow" xmlns="http://schemas.microsoft.com...
I'm struggling to display a UI Element on top a ScrollViewer. This should be pretty straight forward but hasn't been. I would have expected this code ...
I have a ComboBox in a WPF application that contains multiple ComboBoxItems, each hosting a CheckBox. I want users to be able to toggle the CheckBox w...
I have created a custom circular progress bar, as shown below: Using the following code: <UserControl x:Class="WpfApp1.SpinnerProgressBar&quo...
Hello I have created a grid and its not taking the full height of its container. I dont know how to fix it I need help. Below is the code.... <x:Cl...
With .net I want to make a ListBox that populates according to a file. The populating goes well, but I can't go down properly in the ListBox. It goes ...
In my .Net MAUI app, I have a viewmodel VideoChatPageModel that contains the following observable properties: [ObservableProperty] private Languag...
I'm not sure if its even possible but I've been searching the internet and cant find anything even remotely to what I am want. I have done similar thi...
So I have the following scenario A RadGridView with the bingding for a List This is My XAML <telerik:RadGridView x:Name="grid" Gr...
I have created a custom control - a toggle button and have added it to the current project. When doing this, the Themes/Generic.xaml file was also cre...
I need to create a rectangular button with rounded corners in C# 6.0 WPF. This button should have a progress bar instead of a frame that fills clockwi...
I have a Syncfusion SFDataGrid in my .NET Maui application. I have set this up to use a KeySelector for custom grouping of the rows in my DataGrid. Ho...
I'm trying to build a flat tree view like this: I have deeply nested hierarchical data: - A1 - B1 - ... - X1 - Y1 - ......
In XAML I define some elements, e.g. ToolbarItems: <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="...
I am overriding ContentControl which inherits from Control which has dep prop Foreground.. I want to run some custom logic on foreground changed event...
I have .NET Maui app in which I display a ListView of ViewCells. When I select an ListView Item it will navigate to a different Page, when I navigate ...
I've been running into this problem for several days. I have a ContentView that contains a CollectionView : <CollectionView VerticalScr...
Full Code Hi, im trying to get this textbox in MyAccountView <User_Controls:ClearableTextBox Margin="5" ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?