Mahdi Hosseini
Mahdi Hosseini
thank you @ShankarBUS you are the best😅
@ShankarBUS I wanted to thank you for introducing the video I tried to port the InfoBar control today And when I was porting the C++ code, I found out that...
I do not know if there is an internal method for this or not, but you can change the language this way ``` Thread.CurrentThread.CurrentCulture = new CultureInfo("en"); Thread.CurrentThread.CurrentUICulture = new...
@gileli121 Did you write in App.cs ctor? ``` public partial class App : Application { public App() { Thread.CurrentThread.CurrentCulture = new CultureInfo("en"); Thread.CurrentThread.CurrentUICulture = new CultureInfo("en"); } } ```
@gileli121 I suggest you use .NET Core, You can use SingleFile feature in Publish. However, if you are still using fody, there seems to be an option to ignore language...
Even **KeepAlive=true** Property does not work @Kinnara Can you investigate this more quickly?
Look in output panel to see if there is error or not
Can you upload a sample project?
Works without problems, I noticed that you do not set IsSelected value in **ControllableLedModel** and **ControllableLedList.Add** ``` public ControllableLedModel(bool isselected, double _positionX, double _positionY, uint _luminosity = 0) { PositionX...
oh you right, remove itemcontainerStyle and use this code ``` ``` 