maui

  1. giulichajari

    How to show a DataTable inside a contentPage

    I Have a ContentPage for showing a product store list(amount, product, and delete option). Xaml looks like: .... <Button Text="Agregar" Command="{Binding AgregarProductoCommand}"...
  2. S

    Question How to move text to a new line on the phone?

    Hi everyone, I'm just starting to work with .Net MAUI and I need to make a chatbot application. But there was a problem that the output of messages from the phone is not displayed correctly. I display the list of messages through ListView, which is located in a Grid cell: <ListView...
  3. lukaiss

    Question Saving and reading from a text file

    Hi, I need help please. I'm doing a project in .net maui that logs cultural events and adds them to a list. I would need help to save the items in the list to a text file .txt when inserting or editing and to load the saved items back when the program is started. I need to use StreamWriter and...
Back
Top Bottom