Maobuff
Maobuff
Also how do I change font for each item in combobox? Do i have to change it in MenuItem? If yes then maybe add feature to set font for all...
Well, what about adding image to ComboBox itself, not a MenuItem? TextMargin makes ComboBox smaller instead of shifting Text. And what about VerticalStack SetContentAlignment method, for example, I need to...
I managed to put all items as I wanted. But SetTextMargin on ComboBox makes is field smaller like shown in attached image. Yes in theory I can put Image on...
I think I switched to v0.3.4.2 as soon as I saw you publish new release. Updated to latest version(0.3.4.21) and bug is fixed
What about load time? In my project I have about 400 Items in total (~325 of frames/horizontalstack etc.. and about 75 pictures). Project starting is around 10 seconds. All pictures...
`Console.WriteLine(ItemsLayoutBox.GetLayoutItems(myWindow.GetWindowGuid()).Count);` outputs 694 I have set of images (about 10 uniques), each is about 512x512. But all of them are located in resource file, decoded to ready to use bitmap....
AMD Ryzen 7 3700x. Reducing resolution helps in load time.
I dont have any, only Windows Defender. Update: disabling in make zero difference. Update 2: reducing resolution twice increased total load time for each element to about 50ms Update 3:...
After little bit of testing i figgured out that `new ImageItem(Resources.Test);` takes 99.99% of measured time. Also noticed that one of my cores is loaded to a full 100% for...
Update: I also noted that you are using glfw, How are you loading textures from images? Are you using bitmap.LockBits to load textures?