English 中文(简体)
如何最佳地取代“温和”倡议3的灵活做法?
原标题:What is the best replacement for a FlexGrid for WinUI 3?
  • 时间:2024-01-18 00:47:07
  •  标签:
  • winui-3

I m recreating an old desktop application in WinUI 3. This app has a FlexGrid and I need a modern replacement for it. Right now, I am trying to use a grid and programmatically placing TextBoxes in the grid and binding them to a view model in my app. I m not doing this in the Xaml page because there are around 350 textboxes that I need to collect input from. The screenshot attached is from the original application, each of the yellow-ish shaded cells is for user input for number values.

问题一是,具有约束力的数据没有作用,总体来看似乎是一种冷静的方法,可以重新计算原方案的内容。

问题回答




相关问题
How to display all installed fonts in a ComboBox

I need to display all the user s installed fonts in a WinUI 3 ComboBox. I m using this code: <ComboBox x:Name="FontComboBox" ItemsSource="{Binding Source={x:Static Fonts....

图3

我似乎不能让我的WinUI 3 Button展示形象。

Can t use WinUI 3个Picker

I m试图在我的Windows App SDK(WinUI 3)申请中展示一个卷宗。 I m 将其列入C#。

热门标签