<pr>
The <pr> tag defines a row within a panel.
Parent tag : <pc>, <panel>
Child tag : <pc>
Attributes
| Value | Description |
|---|---|
| auto | Auto-adjusts width of <pr> based on the contents of it's child element. |
| fill | Dynamically fills the entire width available. |
| Value | Description |
|---|---|
| auto | Auto-adjusts height of <pr> based on the contents of it's child element. |
| fill | Dynamically fills the entire height available. |
| A numeric value in pixels | Sets the height of <pr> in a fixed number of pixels |
width and height combinations for <pr>
| width | height | Output |
|---|---|---|
| fill | fill |
|
| fill | auto |
|
| fill | pixels |
|
| auto | auto |
|



