Relative Content

Tag Archive for c#.netxamlmaui

.Net MAUI FindResource Method

In .Net WPF, there is a method called FindResource() for getting binded source with its key. So I need it while developing my application in .Net MAUI. Unfortunately, there is no method called FindResource or anything like it. I searched about my problem but couldn’t find any answer. I actually found a post about this problem on stackoverflow but I couldn’t find my answer there.

Issue when adding a frame to a stacklayout in .NET MAUI

I am coding a kind of chat GUI, so when a entry event is excuted it shoud get the text inside it and set it into a label which then is set into a frame, so that that frame can be stablished in a stacklayout which is previously defined in the .xaml file. The problem is the text is gotten but the frame with the given text never appears on screen