
| Key: |
LPP-781
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
P2
|
| Assignee: |
Unassigned
|
| Reporter: |
Antun Karlovac
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Runtime: |
N/A
|
|
There should be a compiler warning when you do:
<view resource="foo" stretches="both">
<view />
</view>
Nesting views in other views that have stretches set to both|width|height causes undefined behavior and is not supported.
-Antun
|
|
Description
|
There should be a compiler warning when you do:
<view resource="foo" stretches="both">
<view />
</view>
Nesting views in other views that have stretches set to both|width|height causes undefined behavior and is not supported.
-Antun |
Show » |
|
"Setting stretches causes a view to change its coordinate space so that everything it contains (resources and other views) fit exactly into the view's width and/or height. The default for this property is "none". This is used to resize a view's contents by setting its width and/or height"
I'll add a doc bug for this.