Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7588557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:57:06+00:00 2026-05-30T19:57:06+00:00

To reproduce the issue: Spam a letter (for example) until you start hitting the

  • 0

To reproduce the issue:
Spam a letter (for example) until you start hitting the right gridsplitter area. The gridsplitter gets moved past the right side min-width limit.

Expected behaviour: Going over the width limit when typing (type/paste) into the textbox does not move the gridsplitter, but immediately activates the scrollbar.

Conditions

  • The TextBox must be horizontally and vertically scrollable
  • The TextBox and the ScrollViewer must remain dynamically sizable – no maxwidth limit. That’s because in the real application, the user can resize the app, which results in the textbox being resized.

Code:

<Window x:Class="WpfApplication1.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="MainWindow" Height="350" Width="525">
<Grid>
    <Grid.ColumnDefinitions>
        <ColumnDefinition Width="10000*" MinWidth="25"/>
        <ColumnDefinition Width="8" />
        <ColumnDefinition Width="*" MinWidth="25" />
    </Grid.ColumnDefinitions>
    <ScrollViewer HorizontalScrollBarVisibility="Visible">
        <TextBox AcceptsReturn="True" AcceptsTab="True" TextWrapping="Wrap" />
    </ScrollViewer>
    <GridSplitter Background="Black"
                  BorderBrush="White"
                  BorderThickness="1,0,0,0"
                  ResizeDirection="Columns"
                  HorizontalAlignment="Stretch"
                  VerticalAlignment="Stretch" Grid.Column="1" />
    <Grid Background="Red" Grid.Column="2" />
</Grid>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T19:57:07+00:00Added an answer on May 30, 2026 at 7:57 pm

    Thats causing problems

    <ColumnDefinition Width="10000*" MinWidth="25"/>
    

    Use percentage values for you column definition instead:

        <Grid.ColumnDefinitions>
            <ColumnDefinition Width=".75*" MinWidth="25"/>
            <ColumnDefinition Width="8" />
            <ColumnDefinition Width=".25*" MinWidth="25" />
        </Grid.ColumnDefinitions>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the simple test to reproduce the issue, this is the single class in
I created a complete Visual Studio 2010 solution that can reproduce the issue here:
Here's a page with the issue To reproduce the error, using IE - click
I'm having an issue with the PDF displaying outside the viewable area of the
To reproduce this issue, please create a 2x2 pixel black image in Microsoft Paint,
I'm helping to try track down and reproduce an issue with our web application
Hopefully this is a straightforward question... Here's my process to reproduce this issue. First
Steps to reproduce the issue: the user launches my app (name of the root
I have the following simple table to reproduce the issue: <TABLE> <TR> <TD style=border:
This is the code to reproduce this issue: xaml: <Window x:Class=WpfApplication1.MainWindow xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml Title=MainWindow

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.