Home
Options

Expansion of tables when waiting for input.

The Util.ReadLine function is a very nice feature, but if I run the sample below and then click on the data table to expand it, it does not expand until after you press return.

Is it possible to change this?

var data = new string[] { "One", "Two", "Three" };
data.Dump(0);
Util.ReadLine("");

Comments

Sign In or Register to comment.