Hi! I added a Grid object and used Grid.ExpandLastColumn to make it fit in the object. But if you add more lines you get a horizontal + vertical scrollbar even if there is nothing on the right side. After adding the new lines I used "Grid.ExpandLastColumn("MessageGrid", true);" but it does not make it a few pixel smaller to remove the horizontal unneded scrollbar.
Is there another easy way to automatically make the columns fit without an unnecessary scrollbar from left to right? If there are only a few lines it works but if you add more lines its broken.
Is there another easy way to automatically make the columns fit without an unnecessary scrollbar from left to right? If there are only a few lines it works but if you add more lines its broken.
Comment