0

I'm looking for the implementation of floating labels in the textbox field using winforms.

enter image description here

All I see on the web is examples in android Floating Label in Android.

I'd like to achieve the same in winforms. Please give me some hints to start with.

Lakshman Rao
  • 115
  • 1
  • 11
  • https://stackoverflow.com/a/36534068/14171304 / https://stackoverflow.com/a/4902969/14171304 – dr.null Dec 08 '21 at 13:26
  • Does this answer your question? [Watermark TextBox in WinForms](https://stackoverflow.com/questions/4902565/watermark-textbox-in-winforms) – C-Pound Guru Dec 08 '21 at 15:29
  • @C-PoundGuru Thanks. My requirement is not just to display the watermark. The watermark text has to float to the top of the textbox as I start entering text in the textbox. – Lakshman Rao Dec 09 '21 at 14:32
  • @LakshmanRao Well, you were looking for some "hints to start with". The link above looks pretty good to start. All you're missing is a label that you hide until the text box gets focus. – C-Pound Guru Dec 11 '21 at 22:08

0 Answers0