If the table is created in code
var T = new Table(); ... T.Style.Add("width", "100%"); // не прокатывает this.controls.Add(T);
If the table is created in code
var T = new Table(); ... T.Style.Add("width", "100%"); // не прокатывает this.controls.Add(T);
Source: https://ru.stackoverflow.com/questions/367212/
All Articles