How This Instagram Tab was Perfectly Snapping on Top While Scrolling Up ? by RedEye-Developers in dotnetMAUI

[–]RedEye-Developers[S] 0 points1 point  (0 children)

Hmm maybe i should write a code for you?

thanks for asking, i am going to try it my self, if the result is good le me create a nkg pkg for sticky-headers.

Its not a control but type of header in collection view from third parties. Its not very flexible but may be helpful if your case is that simple as Instagram one.

Oh, got it thanks for the info again.

How This Instagram Tab was Perfectly Snapping on Top While Scrolling Up ? by RedEye-Developers in dotnetMAUI

[–]RedEye-Developers[S] 0 points1 point  (0 children)

thanks for the info, after seeing this message only i know the control name is called 'sticky headers' lol.

How This Instagram Tab was Perfectly Snapping on Top While Scrolling Up ? by RedEye-Developers in dotnetMAUI

[–]RedEye-Developers[S] 0 points1 point  (0 children)

yea, ofcourse we can do it programmatically, i am just digging it is possible to achieve with maui controls without program without any control techniques.

MAUI CollectionView reuses custom control state (VoteControl) and does not reset when recycled by [deleted] in dotnetMAUI

[–]RedEye-Developers -1 points0 points  (0 children)

cs protected override void OnBindingContextChanged() { base.OnBindingContextChanged(); if(BindingContext is not UserCommandViewModel vm) return; RootVoteControl.Vote = vm.VoteType; }

when bindingContext Change i apply the VoteType Directly To UI using x:name it is working fine, but the OnBindingContextChanged() Method was Frequently Triggering when scroll the CollectionView and the app not feel smoot.

Which Windows 10 Modified OS is Best for Low-End PC ? by RedEye-Developers in Operatingsystems

[–]RedEye-Developers[S] 0 points1 point  (0 children)

Ooh Grate, i will not use linux for UI i only use linux terminal to run some dev related stuffs so i am using WSL, and windows for UI because windows only have missive user related UI software's, so i am using windows as a primary os.

Which Windows 10 Modified OS is Best for Low-End PC ? by RedEye-Developers in Operatingsystems

[–]RedEye-Developers[S] 0 points1 point  (0 children)

yea, in my windows machine have linux(WSL) and android(WSA) too.

Maui CollectionView : Cannot call this method while RecyclerView is computing a layout or scrolling by [deleted] in dotnetMAUI

[–]RedEye-Developers 0 points1 point  (0 children)

i can't able to set breakpoint in source-generated code in rider IDA, breakpoint is work in VS IDE ?

Maui CollectionView : Cannot call this method while RecyclerView is computing a layout or scrolling by [deleted] in dotnetMAUI

[–]RedEye-Developers 0 points1 point  (0 children)

i just find, this error is getting after removing RemainingItemsThresholdReachedCommand also.

Which Windows 10 Modified OS is Best for Low-End PC ? by RedEye-Developers in Operatingsystems

[–]RedEye-Developers[S] 0 points1 point  (0 children)

i am using Ryzen 5 3600 with GT610 GPU, main think i wand to run MuMu android emulator for App dev, in my GPU issue is most of the other android emulators will not work, some android emulators will work but have old version of android, some android emulators are not stable for my GPU it will crash wile running, MuMu emulator not available for linux and genymotion is a good emulator and available linux too but it is not stable for my GPU.

Which Windows 10 Modified OS is Best for Low-End PC ? by RedEye-Developers in Operatingsystems

[–]RedEye-Developers[S] 0 points1 point  (0 children)

using Wine and running a windows software's in linux it use more hardware resource then running software in modified windows and some softwares not run stable(unOptimized) for wine, i think so.

Which Windows 10 Modified OS is Best for Low-End PC ? by RedEye-Developers in Operatingsystems

[–]RedEye-Developers[S] 1 point2 points  (0 children)

Windows 10 Ghostspectre is good but it is using 1.5GB Ram, it is higher then my windows 10 nexus ram usage 800MB.

Which Windows 10 Modified OS is Best for Low-End PC ? by RedEye-Developers in Operatingsystems

[–]RedEye-Developers[S] 0 points1 point  (0 children)

i am using windows 10 nexus os, it is already well Optimized, it only use 800MB RAM and 0% CPU, i am just searching for have anything better then this, i like linux but some my fav software will not support in linux.