Skip to content

Commit

Permalink
Merge pull request #179 from darkiop/master
Browse files Browse the repository at this point in the history
listOverflow
  • Loading branch information
Scrounger authored Jun 21, 2021
2 parents 5f2e771 + 97ec16f commit b3da869
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5128,6 +5128,12 @@ Settings that are not listed in the table below are self-explanatory.
<td>boolean</td>
<td>false | true</td>
</tr>
<tr>
<td>listOverflow</td>
<td>automatically adjust column width to value</td>
<td>boolean</td>
<td>false | true</td>
</tr>
</tbody>
</table>

Expand All @@ -5151,7 +5157,8 @@ Settings that are not listed in the table below are self-explanatory.
"objectId": "0_userdata.0.MDW.list.bool.val0",
"buttonStateValue": "",
"buttonNavView": "",
"buttonLink": ""
"buttonLink": "",
"listOverflow": false
}, {
"text": "item1",
"subText": "{0_userdata.0.MDW.list.bind1}",
Expand All @@ -5166,7 +5173,8 @@ Settings that are not listed in the table below are self-explanatory.
"objectId": "0_userdata.0.MDW.list.bool.val1",
"buttonStateValue": "",
"buttonNavView": "",
"buttonLink": ""
"buttonLink": "",
"listOverflow": false
}, {
"text": "item2",
"subText": "",
Expand All @@ -5181,7 +5189,8 @@ Settings that are not listed in the table below are self-explanatory.
"objectId": "0_userdata.0.MDW.list.bool.val2",
"buttonStateValue": "",
"buttonNavView": "",
"buttonLink": ""
"buttonLink": "",
"listOverflow": false
}, {
"text": "item3",
"subText": "fuuuu",
Expand All @@ -5196,7 +5205,8 @@ Settings that are not listed in the table below are self-explanatory.
"objectId": "0_userdata.0.MDW.list.bool.val3",
"buttonStateValue": "",
"buttonNavView": "",
"buttonLink": ""
"buttonLink": "",
"listOverflow": false
}
]
</code></pre>
Expand Down Expand Up @@ -13165,4 +13175,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

0 comments on commit b3da869

Please sign in to comment.