For item 3, you could use value converters to add this behavior.
For item 4, you can bind both the listbox width and the textbox width to a static resource's property so that it acts as a router for the binding. You could also use a value converter that you initialize with a reference to the listbox, then use the converter for your textbox width.
For item 3, you could use a similar approach.
