
Hi,
i would like to know if there is a way to embed controls (like an image) inside the TextBox control.
I seen such example for the DateTimePicker but it doesn't work for the textbox.
Thanks,
Hi,
i would like to know if there is a way to embed controls (like an image) inside the TextBox control.
I seen such example for the DateTimePicker but it doesn't work for the textbox.
Thanks,
Hi Eric,
While you can add part items that could contain an image to an edit box control (look at the "PartEditBox Item Placement" QuickStart), our custom TextBox control doesn't support it. What specific usage scenario were you looking to accomplish here?
I wanted to have the following:
Hi Eric,
You could always change the border thickness to zero and do something like this XAML hierarchy:
Border
StackPanel (horizontal)
TextBox (BorderThickness=0)
Image
Please log in to a validated account to post comments.