[SOLVED] BringToFront not working

Answered Closed
0
0

Tried to Create UserControl TextBoxWithButton which should hide the Button while editing and show Button when leaving.

Function BringToFront() doesn’t do anything. Have tried same in WindowsForms, there it’s working.

Have attached the two examples.

Btw in WindowsForms textbox.Dock  = DockStyle.Fill will Dock Top, in wisej it’s not same behavior –  here DockStyle.Fill is really filling.

Best Regards

Corvin

Attachment
  • You must to post comments
Best Answer
0
0

Hi Corvin,

WJ-7678 is fixed in our latest build (1.2.76)

Best regards
Frank

  • You must to post comments
0
0

Forgot to add  that Wisej implements AutoSize for TextBox, ComboBox, DateTimePicker editable controls allowing you to set the height dynamically in order to build modern looking apps with larger fields given that monitors nowadays are much larger than when I started programming…

WinForms always forces the height according to the font unless you set Multiline=true for the TextBox.

  • You must to post comments
0
0

Thanks. The client is not getting updated because the property is always 0 since it changes relative to other controls and Wisej’s differential filter updates it only once. Easy to fix, will be in the next update. It’s WJ-7678.

  • You must to post comments
Showing 3 results