Mahdi Hosseini

Results 184 comments of 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?

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 ``` ``` ![image](https://user-images.githubusercontent.com/9213496/116065140-f249da00-a69b-11eb-9a52-55515fe88cd8.png)