You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Width is absent so it will strech to window, but i want to constrain content to control width without knowing the width or having one so it always match window width from all other content.
Is there a way to do this?
I'm thinking about after the window loads, set it to fixed width of current bounds so it will keep the optimal witdh and fix this problem, but there is another solution?
The text was updated successfully, but these errors were encountered:
Not sure if this is a bug or is to work like this, but i have a Window with: CanResize="False" & SizeToContent="WidthAndHeight"
Then i have a textbox and tried two methods:
AND
Width is absent so it will strech to window, but i want to constrain content to control width without knowing the width or having one so it always match window width from all other content.
Is there a way to do this?
I'm thinking about after the window loads, set it to fixed width of current bounds so it will keep the optimal witdh and fix this problem, but there is another solution?
The text was updated successfully, but these errors were encountered: