Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-05-10 : 08:17:54
|
sqlnewbie writes "Hi all,I have a question regarding the column width in matrix. Because I have a matrix that could be quite wide sometimes. The length of one of the field I fetch from the dataset could vary from 10 chars to 30 chars. I would like to know if there is a way I can dynamically adjust the width of the matrixColumn according the max length of the field.Thank you very much," |
|
Hommer
Aged Yak Warrior
808 Posts |
Posted - 2006-05-10 : 14:33:43
|
There are these two properties in the textbox property window, textbox height can increase/decrease to accommodate contents. Are they also work with width? I would think width rather than height increases/decrease more often. |
 |
|
|
|
|