Roger

Results 3 issues of Roger

The MultiLineTextEditor does not collapse to a single line when the content has multiple lines.

This, I think, is a continuation of Issue #45 This code in the TrackerServices module works: ``` Sub New() Trackr.Configure(Of Window)().Id(Function(w) w.Name, SystemInformation.VirtualScreen.Size).Property(Function(w) w.Top).Property(Function(w) w.Left).Property(Function(w) w.Height).Property(Function(w) w.Width).PersistOn(NameOf(Window.Closing)).StopTrackingOn(NameOf(Window.Closing)) End Sub ```...

I have an event handler for the SelectionChanged event of my Tab control. On one of the tabs, there are several ComboBoxes. Every time a user makes a selection in...