Top "Textbox" questions

A textbox is a graphical user interface element which allows for simple input text, usually only a single line of text.

Textbox hidden below keyboard in Android webview

I have created a simple iPhone/Android app, containing a normal webview. This webview calls my website. On my website …

android textbox keyboard webview hidden
Text box with line wrapping in matplotlib?

Is it possible to display text in a box through Matplotlib, with automatic line breaks? By using pyplot.text(), I …

python textbox matplotlib
A textbox/richtextbox that has syntax highlighting? [C#]

Where can I find a control for WinForms that will highlight source code pasted into it? I would like one …

c# winforms syntax textbox richtextbox
Redirect console output to textbox in separate program

I'm developing an Windows Forms application that requires me to call a separate program to perform a task. The program …

c# .net winforms textbox console
.NET TextBox - Handling the Enter Key

What is definitively the best way of performing an action based on the user's input of the Enter key (Keys.…

.net winforms textbox
Vertical Align in WPF TextBox

I have 2 TextBoxes in my wpf app, one for user name and other for password, both have FontSize=20, but the …

wpf textbox font-size
Accessing Textboxes in Repeater Control

All the ways I can think to do this seem very hackish. What is the right way to do this, …

c# asp.net textbox repeater
How do I configure a TextBox control to automatically resize itself vertically when text no longer fits on one line?

How do I configure a TextBox control to automatically resize itself vertically when text no longer fits on one line? …

wpf textbox autosize
How to define TextBox input restrictions?

How can I restrict TextBox to accept only capital letters, or for example digits, or forbid to put any special …

wpf textbox wpf-controls mask input-filtering
How do I get a TextBox to fill a resizable column?

I'm trying to get a TextBox to fill the available space in a resizable column. The TextBox is part of …

wpf textbox stretch splitter