JonahJ
JonahJ
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Spreadsheet_Jonah_Jellison.App"
xmlns:local="using:Spreadsheet_Jonah_Jellison"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->

<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>


<Application.Styles>
<FluentTheme />
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml" />
</Application.Styles>
</Application>
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Spreadsheet_Jonah_Jellison.App"
xmlns:local="using:Spreadsheet_Jonah_Jellison"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->

<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>


<Application.Styles>
<FluentTheme />
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml" />
</Application.Styles>
</Application>
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
I do have that included within my App.axaml
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
I'm not all to familiar with the uses of Observers and Event handling quite yet, would you say it might be more documented or beginner friendly? Or just same thing different platform?
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
It is pretty messy and imcomplete at the moment. Have been attemping to see if the commented function InitializeSpreadsheet in MainWindowViewModel might help as it was another provided function, but it dosen't correlate with the code I have currently quite yet
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
No description
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
Currently, when run, it displays only the row of column headers
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
Took a bit to figure it out lol
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
I apologize for the delayed responce
36 replies
CC#
Created by JonahJ on 2/28/2024 in #help
[Avalonia] Beginner attempting a spreadsheet application. Having issues displaying rows.
The issue is more so that I really am not sure what I am looking for to be wrong. I am using a somewhat substantial amount of prewritten code as this is for a school assignment, but I cannot seem to figure out how to make it work properly.
36 replies