You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added Color property for Image class (default: White), so GDI can use…
… it for painting. Perfect solution to paint something like BackgroundImage;
fixed some bugs in ComboBox control and added some more missing features;
fixed ScrollBar behavior for handling input keys, now it's just handing over KeyArgs to it's parent as it should be intended;
FileDialog changes:
added InitialDirectory property;
added possibility to change disk (C:/, D:/, E:/ and etc) from textBox;
fixed NullReferenceException when button 'Up' was pressed while in the top folder.