I'm a little confused. Can anyone explain exactly what the difference is between the two? When should we use MAUI and when UNO? As I realized, both can run on d
it's done well to scroll by mouse-wheel or scrollbar seed-dragging. but scrolling by mouse-dragging contents on scroll view is not done. How can i implement thi
Is it possible to create scrollbars like in this picture? This picture was taken from this link: http://codesdirectory.blogspot.be/2013/01/wpf-scrollviewer-co
I'm searching internet for how to add context menu for ListView. So far I've found one that actually displays context <ListView> ... RightTapped
[EDIT] *I had forgotten to include the Exception returned 'System.Windows.Style' is not a valid value for property 'Fill'* This is my first post, I've alread
I'd like to bind the SelectedItem of a ComboBox to a specific item of an ObservableCollection inside the ViewModel. In the ViewModel I have one ObservableColle
How to find dynamically created XAML component by Name in C#? I created next button and put it into the Stack Panel. var nextButton = new Button(); nextButton
I'm using WPF C# Visual Studio 2012. I have a Listview in my xaml like: <ListView Name="listview" Grid.Column="0" Grid.ColumnSp
¿How can I add a breakline to a text inside a tooltip in XAML? I try with this: <Label Name="label4" UseLayoutRounding="False" Focusable="Fa
¿How can I add a breakline to a text inside a tooltip in XAML? I try with this: <Label Name="label4" UseLayoutRounding="False" Focusable="Fa
I am trying to draw few entities in WPF. My collection contains System.Drawing.Rectangle objects, When I try to access the location of those objects in WPF XAML
Well I'm working on a small program and I'm trying to set the position of the window's mouse to it's center every time it moves. Thing is I have no idea how to
I'm trying to build an app using the new Widows App SDK. I used the Windows Community Toolkit to create the application. After consulting the documentation, I t
I'm trying to build an app using the new Widows App SDK. I used the Windows Community Toolkit to create the application. After consulting the documentation, I t
I'm attempting to create an update button, that you can press to automatically update a record within a DB. the update button opens a new dialog, which then all
We are using Oxy Plot plugin in wpf project, it is great tool but I have one small issue. If I change application window size and reset plot axis zoom, vertical
Since you apparently can't create a Silverlight DataTemplate in C#, I'm trying to create one in XAML. I have a converter that I need to refer to, that I have de