alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

HasBorder and BorderStyle (?) should be on Control level (important for ListView,TreeView,Edit,ListBox) #24

Closed generalloki closed 1 year ago

generalloki commented 1 year ago

HasBorder now only on Window level but in any application developer needs to have controls with and without standard border

generalloki commented 1 year ago

Added TextBox.HasBorder property

generalloki commented 1 year ago

Also in 0.9.201 were added ListBox.HasBorder and CheckListBox.HasBorder

generalloki commented 1 year ago

I am closing this issue as HasBorder was added to all controls we need (ListBox, TextBox, ListView, TreeView, CheckLIstBox)

generalloki commented 1 year ago

We need HasBorder in

generalloki commented 1 year ago

wxComboBox and wxChoice don't support wxBORDER_NONE feature

generalloki commented 1 year ago

wxDatePicker and wxTimePicker don't support wxBORDER_NONE feature

generalloki commented 1 year ago

wxNumericUpDown supports wxBORDER_NONE but badly (buttons are repainted incorrectly)

generalloki commented 1 year ago

Added WebBrowser.HasBorder. I am closing this issue for now.