I'm looking to create a single line textbox in WPF with a very precise width (in pixels), with no scrolling or overflow text. The width should be able to be set in pixels, not units (96/inch). I want the user to be unable to add additional characters to the textbox if the current text fills the textbox entirely.
What sort of properties should I set to get behavior as described above?