Lines Matching refs:p

53 …<p>This identifier will not be evaluated by the grid control, or its model. It is merely for clien…
54 to identify particular columns.</p>
72 …<p>If this is <TRUE/>, the user can interactively change the column's width. Also, the column is s…
73 auto-resizing, if its <member>Flexibility</member> attribute is greater <code>0</code>.</p>
80 … <p>Specify <code>0</code> here if you do not want the column to be resized automatically.</p>
82 …<p>If a column has a flexibility greater than 0, it is set in relationship to the flexibility of a…
83 …er such columns, and the respective widths of the columns are changed in the same relationship.</p>
85 … <p>Note that a column's flexibility is ignored if its <member>Resizeable</member> attribute is
86 <FALSE/>.</p>
88 …<p>A column's flexibility cannot be negative, attempts to set a negative value will raise an excep…
104 <p>A grid control will usually display a column's help text as tooltip.</p>
110 <p>If the column is not yet part of a column model, <code>Index</code> is -1.</p>
116 …<p>A grid control has a column model and a data model, both containing a possibly different number…
118 be used to retrieve actual data.</p>
120 …<p>Using this, you can do runtime changes to the column model, i.e. insertion and removal of colum…
121 necessarily needing to adjust the data model, too.</p>
123 …<p>If <code>DataColumnIndex</code> is negative, the it will be ignored, then the column's index wi…
124 column model, as determined by the <member>Index</member> attribute, will be used.</p>