listview 里有存在radiogroup,如何获得其选中的值?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了listview 里有存在radiogroup,如何获得其选中的值?相关的知识,希望对你有一定的参考价值。

参考技术A 首先你得装LISTvIEW的焦点给去掉。然后再去判断radiogroup是在哪一列上。

如何用 ListView/GridView 填充屏幕?

【中文标题】如何用 ListView/GridView 填充屏幕?【英文标题】:How to fill the Screen with ListView/GridView? 【发布时间】:2021-03-25 10:11:58 【问题描述】:

enter image description here

如何填满屏幕?

【问题讨论】:

请复制粘贴您的代码,而不是截图!得到一个被接受的答案更合适。 body: Container( color: Colors.black, child: ListView(scrollDirection: Axis.vertical, children: [ SizedBox(height: 5.0), Container( padding: E​​dgeInsets.all(5.0 ),宽度:MediaQuery.of(context).size.width - 15.0,高度:MediaQuery.of(context).size.width - 15.0,孩子:GridView.count(crossAxisCount:2,主要:false,crossAxisSpacing:10, mainAxisSpacing:10,孩子: [ 【参考方案1】:

您可以使用 Expanded 而不是 Container 小部件来用 ListView 填充屏幕

【讨论】:

我不明白要放那个吗? 您需要使用 Expanded 小部件 Expanded(child:ListView...) 包装您的列表视图

以上是关于listview 里有存在radiogroup,如何获得其选中的值?的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 RadioButton 膨胀布局然后添加到 RadioGroup?

RadioGroup嵌套RadioButton 条目显示错乱解决方法

手机卫士05_背景资源_listview优化_进程查看

Android中。如何用RadioButton设定一个4列12行的单选表格。

VB问题,listview列表里有上万内容,怎样快速导出到Excel文件。(高分求救)

ViewPage+Frament+listView滑动效果